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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jul 12 17:16:32 EEST 2007
Author: tko
Date: 2007-07-12 17:16:30 +0300 (Thu, 12 Jul 2007)
New Revision: 12731

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/base.rc
Log:
Fix F6+F8 keybinding conflict in GtkPaned

2007-07-12  Tommi Komulainen  <tommi.komulainen at nokia.com>

	* rc/base.rc: Unbind GtkPaned::cycle-handle-focus default keys (F6, F8)
	as we use them for Fullscreen and Decrease already. (Fixes: NB#52265)


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-07-12 12:05:35 UTC (rev 12730)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-07-12 14:16:30 UTC (rev 12731)
@@ -1,5 +1,10 @@
 2007-07-12  Tommi Komulainen  <tommi.komulainen at nokia.com>
 
+	* rc/base.rc: Unbind GtkPaned::cycle-handle-focus default keys (F6, F8)
+	as we use them for Fullscreen and Decrease already. (Fixes: NB#52265)
+
+2007-07-12  Tommi Komulainen  <tommi.komulainen at nokia.com>
+
 	* rc/hildonseekbar.rc
 	* rc/gtkrange.rc: Move arrow-paint-box-layout setting to baseclass,
 	and add arrow-scaling=1.0 which will replace the former once available.

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/base.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/base.rc	2007-07-12 12:05:35 UTC (rev 12730)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/base.rc	2007-07-12 14:16:30 UTC (rev 12731)
@@ -200,3 +200,12 @@
 
 class "HildonTimeEditor" binding "editors-focus"
 class "HildonDateEditor" binding "editors-focus"
+
+# Unbind default cycle-handle-focus keys F6 (Fullscreen) and F8 (Decrease)
+binding "paned-cycle-focus"
+{
+  unbind "F6"
+  unbind "F8"
+}
+
+class "GtkPaned" binding "paned-cycle-focus"


More information about the maemo-commits mailing list