[nautilus/rendering-cleanup: 8/15] [libnautilus-private] Use new gdk keysym names
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/rendering-cleanup: 8/15] [libnautilus-private] Use new gdk keysym names
- Date: Sun, 26 Sep 2010 18:13:51 +0000 (UTC)
commit 3a996d0669e10ab2ff42854d4247fa5cd4a3c701
Author: Christian Persch <chpe gnome org>
Date: Thu Sep 16 15:07:37 2010 +0200
[libnautilus-private] Use new gdk keysym names
libnautilus-private/nautilus-entry.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libnautilus-private/nautilus-entry.c b/libnautilus-private/nautilus-entry.c
index 0c23139..66495d7 100644
--- a/libnautilus-private/nautilus-entry.c
+++ b/libnautilus-private/nautilus-entry.c
@@ -122,6 +122,8 @@ nautilus_entry_key_press (GtkWidget *widget, GdkEventKey *event)
switch (event->keyval) {
case GDK_KEY_Tab:
+ case GDK_KEY_KP_Tab:
+ case GDK_KEY_ISO_Left_Tab:
/* The location bar entry wants TAB to work kind of
* like it does in the shell for command completion,
* so if we get a tab and there's a selection, we
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]