@marcan thank you for this post :blobcatheart:
one question: by "that keycode is too large in the evdev keycode table", do you mean it's outside the [8,255] range of keycodes that the X protocol can carry?
Top-level
@marcan thank you for this post :blobcatheart: one question: by "that keycode is too large in the evdev keycode table", do you mean it's outside the [8,255] range of keycodes that the X protocol can carry? 1 comment
|
@mildsunrise Yes, it's more than 8 bits because evdev defines keycodes for all possible keys across all hardware, and there are more than 255 of those.