https://bugs.kde.org/show_bug.cgi?id=493025

--- Comment #16 from fanzhuyi...@gmail.com ---
(In reply to antonio from comment #15)
> -event6   KEYBOARD_KEY                 +0.000s  KEY_LEFTCTRL (29) pressed
>  event6   KEYBOARD_KEY                 +0.672s  KEY_LEFTALT (56) pressed
>  event6   KEYBOARD_KEY                 +1.640s  KEY_BACKSPACE (14) pressed
>  event6   KEYBOARD_KEY                 +1.760s  KEY_BACKSPACE (14) released
>  event6   KEYBOARD_KEY                 +3.600s  KEY_LEFTALT (56) released
>  event6   KEYBOARD_KEY                 +3.656s  KEY_LEFTCTRL (29) released
> 
> win debug console:
>  qt_keycode   Keycode
>    29           Key_Control
>    56           Key_Alt
>    14           -
>    14           - 
>    56           Key_Alt
>    29           Key_Control

Thanks! I think the left column should be keycode, and the right column is
Qt_keycode. This indicates that the backspace press is not translating to Qt
Keys correctly.

Could you also attach the output of `xmodmap -pke`? In particular, note the
output of Keycode 22 (this is backspace, 22=14+8).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to