mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-23 00:19:18 +00:00
Our handling of left vs. right modifiers keys (shift, ctrl, etc.) was largely not to spec. This patch adds explicit UIEvents::KeyCode values for these keys, and updates the UI to match native key events to these keys (as best as we are able).
13 lines
305 B
Text
13 lines
305 B
Text
key=CapsLock code=CapsLock
|
|
key=Escape code=Escape
|
|
key=Enter code=Enter
|
|
key= code=Space
|
|
key=Tab code=Tab
|
|
key=Alt code=AltLeft
|
|
key=Alt code=AltRight
|
|
key=Control code=ControlLeft
|
|
key=Control code=ControlRight
|
|
key=Shift code=ShiftLeft
|
|
key=Shift code=ShiftRight
|
|
key=Meta code=MetaLeft
|
|
key=Meta code=MetaRight
|