You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not know if it is a specific problem of my keyboard (Logitech G15 v2) but CS:GO sees the KP_ENTER key as the ENTER key. The other KP keys work properly.
xev properly recognize the two keys:
KeyPress event, serial 37, synthetic NO, window 0x5c00001,
root 0x2a9, subw 0x0, time 2499445, (103,-13), root:(1745,39),
state 0x10, keycode 36 (keysym 0xff0d, Return), same_screen YES,
" XLookupString gives 1 bytes: (0d) "
" XmbLookupString gives 1 bytes: (0d) "
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x5c00001,
root 0x2a9, subw 0x0, time 2499509, (103,-13), root:(1745,39),
state 0x10, keycode 36 (keysym 0xff0d, Return), same_screen YES,
" XLookupString gives 1 bytes: (0d) "
XFilterEvent returns: False
KeyPress event, serial 37, synthetic NO, window 0x5c00001,
root 0x2a9, subw 0x0, time 2500885, (103,-13), root:(1745,39),
state 0x10, keycode 104 (keysym 0xff8d, KP_Enter), same_screen YES,
" XLookupString gives 1 bytes: (0d) "
" XmbLookupString gives 1 bytes: (0d) "
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x5c00001,
root 0x2a9, subw 0x0, time 2500949, (103,-13), root:(1745,39),
state 0x10, keycode 104 (keysym 0xff8d, KP_Enter), same_screen YES,
" XLookupString gives 1 bytes: (0d) "
XFilterEvent returns: False
I do not know if it is a specific problem of my keyboard (Logitech G15 v2) but CS:GO sees the KP_ENTER key as the ENTER key. The other KP keys work properly.
xev properly recognize the two keys:
I can reproduce the bug by using these binds:
My system information
The text was updated successfully, but these errors were encountered: