input: kitty: add support for “report all keys as escape codes”

This commit is contained in:
Daniel Eklöf 2021-11-29 21:03:33 +01:00
parent 8b260568fb
commit 4e34fb8fb7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 60 additions and 26 deletions

View file

@ -41,6 +41,8 @@
* Kitty keyboard protocol:
- [Report event types](https://sw.kovidgoyal.net/kitty/keyboard-protocol/#report-events)
(mode `0b10`)
- [Report all keys as escape codes](https://sw.kovidgoyal.net/kitty/keyboard-protocol/#report-all-keys)
(mode `0b1000`)
### Changed