1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-10-26 05:30:10 +03:00

Updated Ambiguous Keys (markdown)

Alan 2022-04-04 15:54:24 -07:00
parent 400d1b0d95
commit e5ca693b90

@ -1,4 +1,4 @@
For historical reasons, most terminals send the exact same keycodes for different keys. For example, the `<tab>` key sends the same code as `<c-i>`. When Kakoune receives an ambiguous code, it has to decide what key to decode it to:
For historical reasons, most terminals (except for some modern ones like Kitty, iTerm, and foot) send the exact same keycodes for different keys. For example, the `<tab>` key sends the same code as `<c-i>`. When Kakoune receives an ambiguous code, it has to decide what key to decode it to:
| This key | Decodes as |
| -------- | ------------- |