[oe-issues] [Bug 2326] minimo not aware of Fn key
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Wed Jun 13 16:38:40 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2326
--- Comment #4 from Takeshi Hamasaki <hma at syd.odn.ne.jp> 2007-06-13 09:38:40 ---
I found the way to prevent from Fn key by itself to raise a keypress event.
Following patch against the file
minimo-1_0.02+cvs20070510-r0/mozilla/widget/src/gtk2/nsWindow.cpp
makes it.
But it isn't enough to close this bug.
Something more is needed to let Fn combination raise its keypress event.
e.g. '<' by pressing Fn + ','
--- nsWindow.cpp.orig 2007-06-12 22:19:35.000000000 +0900
+++ nsWindow.cpp 2007-06-12 22:19:02.000000000 +0900
@@ -1859,6 +1859,7 @@
|| aEvent->keyval == GDK_Shift_R
|| aEvent->keyval == GDK_Control_L
|| aEvent->keyval == GDK_Control_R
+ || aEvent->keyval == GDK_Mode_switch
|| aEvent->keyval == GDK_Alt_L
|| aEvent->keyval == GDK_Alt_R
|| aEvent->keyval == GDK_Meta_L
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list