[frogr] Disable mnemonics in MacOSX, so they don't mess with key bindings



commit 11aacbf3f4910897a7c34a11bacad353896c1327
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Sat May 21 18:19:57 2011 +0200

    Disable mnemonics in MacOSX, so they don't mess with key bindings

 macosx/gtkrc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/macosx/gtkrc b/macosx/gtkrc
index 28b2525..1a747d2 100644
--- a/macosx/gtkrc
+++ b/macosx/gtkrc
@@ -1,5 +1,9 @@
+# Theme to be used (remember to bundle it)
 gtk-theme-name = "Clearlooks"
 
+# No mnemonics for the MacOSX version (will mess with key bindings)
+gtk-enable-mnemonics = 0
+
 # The following lines, containing specific theme customizations for
 # the MacOSX version of frogr through a gtkrc file, were taken from
 # the Banshee project (http://banshee.fm), written by Aaron Bockover



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]