| Summary: | NumPad Enter doesn't get recognized when Numlock is on | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kglobalaccel | Reporter: | Stephan Sokolow <kde_bugzilla_2> |
| Component: | general | Assignee: | Lubos Lunak <l.lunak> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kdelibs-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| URL: | https://git.reviewboard.kde.org/r/125689/ | ||
| Latest Commit: | http://commits.kde.org/kglobalaccel/7c832dafdf9d19bef1024ef5e9d70a6e20707470 | Version Fixed/Implemented In: | 5.16 |
| Sentry Crash Report: | |||
|
Description
Stephan Sokolow
2006-06-11 06:55:05 UTC
Run xev and paste the KeyPress and KeyRelease events that are shown when you press the Keypad Enter when both NumLock is on and off. ===== Without Numlock =====
KeyPress event, serial 31, synthetic NO, window 0x4400001,
root 0x117, subw 0x0, time 3902827569, (379,76), root:(385,633),
state 0x0, keycode 108 (keysym 0xff8d, KP_Enter), same_screen YES,
" XLookupString gives 1 bytes: (0d) "
" XmbLookupString gives 1 bytes: (0d) "
XFilterEvent returns: False
KeyRelease event, serial 31, synthetic NO, window 0x4400001,
root 0x117, subw 0x0, time 3902827647, (379,76), root:(385,633),
state 0x0, keycode 108 (keysym 0xff8d, KP_Enter), same_screen YES,
" XLookupString gives 1 bytes: (0d) "
XFilterEvent returns: False
===== With Numlock =====
KeyPress event, serial 31, synthetic NO, window 0x4400001,
root 0x117, subw 0x0, time 3902866405, (413,24), root:(419,581),
state 0x10, keycode 108 (keysym 0xff8d, KP_Enter), same_screen YES,
" XLookupString gives 1 bytes: (0d) "
" XmbLookupString gives 1 bytes: (0d) "
XFilterEvent returns: False
KeyRelease event, serial 31, synthetic NO, window 0x4400001,
root 0x117, subw 0x0, time 3902866476, (413,24), root:(419,581),
state 0x10, keycode 108 (keysym 0xff8d, KP_Enter), same_screen YES,
" XLookupString gives 1 bytes: (0d) "
XFilterEvent returns: False
Still a problem, what's striking given numlock is stripped from the events... Git commit 7c832dafdf9d19bef1024ef5e9d70a6e20707470 by Thomas Lübking. Committed on 19/10/2015 at 20:31. Pushed by luebking into branch 'master'. Do not XOR Shift for KP_Enter It has only one meaning FIXED-IN: 5.16 REVIEW: 125689 M +1 -0 src/runtime/plugins/xcb/kglobalaccel_x11.cpp http://commits.kde.org/kglobalaccel/7c832dafdf9d19bef1024ef5e9d70a6e20707470 |