mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
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
3 lines
62 B
Plaintext
3 lines
62 B
Plaintext
key="c" code=KeyC ctrlKey=true
|
|
key="C" code=KeyC ctrlKey=true
|