[maemo-commits] [maemo-commits] r11585 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu May 10 18:21:46 EEST 2007
- Previous message: [maemo-commits] r11584 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r11586 - in projects/haf/trunk/gtk+: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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"
- Previous message: [maemo-commits] r11584 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r11586 - in projects/haf/trunk/gtk+: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]