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 73baa4cf5f
commit 0e2d8429c0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 60 additions and 26 deletions

View file

@ -44,6 +44,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