Files
ladybird/Libraries/LibWeb/UIEvents/KeyboardEvent.cpp
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

27 KiB