Files
ladybird/Tests/LibWeb/Text/expected/UIEvents/KeyEvent-ctrl-c.txt
Timothy Flynn d852b59d99 LibWeb: Handle unidentified, non-modifier key events
This allows terminal control sequences to work in the web version of
the ghostty terminal. For a ctrl+c sequence, we would previously send:

    key=Unidentified code=KeyC

We now send:

    key=c code=KeyC
2025-12-08 12:01:13 -05:00

3 lines
62 B
Plaintext

key="c" code=KeyC ctrlKey=true
key="C" code=KeyC ctrlKey=true