! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Some keyboard (like XF86Eject) shortcuts don't work
Status:
RESOLVED: FIXED
Product:
Xfce4-settings
Component:
Keyboard Settings

Comments

Description Laurent Martelli 2010-05-09 22:03:25 CEST
I suspect this may be because you get keycode from keysym using XKeysymToKeycode. This is not reliable because several keycodes can map to the same keysym, and the one you get with XKeysymToKeycode may not be the one sent by the keyboard.

Another possible issue with that key, is that it only seems to generate a KeyRelease event with XNextEvent, whereas with other special keys like XF86AudioLowerVolume you first get a KeyPress.
Comment 1 Jérôme Guelfucci editbugs 2011-06-02 23:49:20 CEST
Should be fixed in git master branch, please reopen if you still have the issue.

Bug #6434

Reported by:
Laurent Martelli
Reported on: 2010-05-09
Last modified on: 2011-06-02

People

Assignee:
Jannis Pohlmann
CC List:
3 users

Version

Attachments

Additional information