serenity
serenity copied to clipboard
Kernel/HID: Shift+Up and Shift+Left are incorrectly interpreted as `8` and `4` respectively
To reproduce:
- Open TextEditor, or any other app that allows text input.
- Press Shift+Left, and see that
4is typed. - Press Shift+Up, and see that
8is 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.
@tanj
I can take a look at that this weekend.