serenity icon indicating copy to clipboard operation
serenity copied to clipboard

Kernel/HID: Shift+Up and Shift+Left are incorrectly interpreted as `8` and `4` respectively

Open AtkinsSJ opened this issue 1 year ago • 2 comments

To reproduce:

  1. Open TextEditor, or any other app that allows text input.
  2. Press Shift+Left, and see that 4 is typed.
  3. Press Shift+Up, and see that 8 is typed.

Both of these should instead move the cursor while selecting. Pressing them without Shift works as expected, and so do Shift+Right and Shift+Down.

This regressed in #23058.

AtkinsSJ avatar Feb 13 '24 15:02 AtkinsSJ

@tanj

nico avatar Feb 13 '24 16:02 nico

I can take a look at that this weekend.

tanj avatar Feb 13 '24 22:02 tanj