Comment 5 for bug 661829

Revision history for this message
Juliano Ravasi (jravasi) wrote :

Hello Harald,

Sorry for the delay, this is the result from qev:

---------------------
KeyPress event
    count 1, key Key_Launch1, modifiers ()
    native scan code 148, native modifiers 16
---------------------
KeyRelease event
    count 1, key Key_Launch1, modifiers ()
    native scan code 148, native modifiers 16

Note that xev properly reports XF86Calculator.

Note that http://doc.qt.nokia.com/4.7-snapshot/qt.html#Key-enum reports that Qt::Key_Calculator is not mapped in X11 for historical reasons, and that Qt::Key_Launch1 should be used instead. For some reason, it seems that kglobalaccel has a problem identifying this key globally, or isn't properly registering the X11 triggers to intercept its press when another window has focus.