[maemo-commits] [maemo-commits] r11585 - in projects/haf/trunk/hildon-theme-layout-4: . rc

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu May 10 18:21:46 EEST 2007
Author: xan
Date: 2007-05-10 18:21:45 +0300 (Thu, 10 May 2007)
New Revision: 11585

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/base.rc
Log:
	* rc/base.rc (gtk-icon-sizes): add binding for Esc key on GtkMenu


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-05-10 15:11:12 UTC (rev 11584)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-05-10 15:21:45 UTC (rev 11585)
@@ -1,3 +1,7 @@
+2007-05-10  Xan Lopez  <xan.lopez at nokia.com>
+
+	* rc/base.rc (gtk-icon-sizes): add binding for Esc key on GtkMenu
+
 2007-05-10  Tuomas Kuosmanen  <tuomas.kuosmanen at nokia.com>
 
 	* data/layout.txt: updates:

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/base.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/base.rc	2007-05-10 15:11:12 UTC (rev 11584)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/base.rc	2007-05-10 15:21:45 UTC (rev 11585)
@@ -210,3 +210,11 @@
 
 class "GtkEntry" binding "entry+textview"
 class "GtkTextView" binding "entry+textview"
+
+# Fix Esc key for GtkMenus
+binding "menu-escape"
+{
+  bind "Escape" { "move-current" (parent) }
+}
+
+class "GtkMenu" binding "menu-escape"


More information about the maemo-commits mailing list