[Uim-bugs] [Bug 879] New: Can not pass control key when NumLock is turned on
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jul 17 17:14:33 EEST 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
http://freedesktop.org/bugzilla/show_bug.cgi?id=879
Summary: Can not pass control key when NumLock is turned on
Product: UIM
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bridge: XIM
AssignedTo: uim-bugs at freedesktop.org
ReportedBy: yusuke at cherubim.icw.co.jp
User can not turn on input methods with uim-xim when NumLock is turned on.
Following patch can fix the problem, but I am not sure this is correct.
--- ximserver.cpp (revision 1001)
+++ ximserver.cpp (working copy)
@@ -559,7 +559,7 @@
mModifier |= UMod_Alt;
}
if (x->state & Mod2Mask) {
- mModifier |= UMod_Meta;
+ //mModifier |= UMod_Meta;
}
if (x->state & Mod3Mask) { /* assuming mod3 */
mModifier |= UMod_Super;
--
Configure bugmail: http://freedesktop.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the uim-bugs
mailing list