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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue May 15 15:15:53 EEST 2007
Author: xan
Date: 2007-05-15 15:15:40 +0300 (Tue, 15 May 2007)
New Revision: 11657

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/gtksettings.rc
Log:

	* rc/gtksettings.rc: Fix keynav-cursor-only and set keynav-wrap-around to 0


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-05-15 12:10:42 UTC (rev 11656)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-05-15 12:15:40 UTC (rev 11657)
@@ -1,3 +1,7 @@
+2007-05-15  Xan Lopez  <xan.lopez at nokia.com>
+
+	* rc/gtksettings.rc: Fix keynav-cursor-only and set keynav-wrap-around to 0
+
 2007-05-15  Tuomas Kuosmanen  <tuomas.kuosmanen at nokia.com>
 
 	* data/layout.txt: Added a bunch of logical colours, had to move

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtksettings.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/gtksettings.rc	2007-05-15 12:10:42 UTC (rev 11656)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/gtksettings.rc	2007-05-15 12:15:40 UTC (rev 11657)
@@ -28,4 +28,7 @@
 gtk-timeout-repeat = 150
 
 # Disable wrap-around in menus, notebooks and radio groups
-gtk-keynav-cursor-only = 0
+gtk-keynav-wrap-around = 0
+
+# Enable cursor only navigation
+gtk-keynav-cursor-only = 1


More information about the maemo-commits mailing list