ladybird/Tests/LibWeb/Text/expected/UIEvents/KeyEvent-functional-keys.txt
Timothy Flynn 4fcaeabe1a LibWeb+UI: Detect and handle left vs. right modifier keys
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).
2024-10-09 19:10:02 +02:00

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