aboutsummaryrefslogtreecommitdiff
path: root/docs/escape_support.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-12-06 09:26:07 +0400
committerGitHub <noreply@github.com>2023-12-06 09:26:07 +0400
commitcb03806e2ab85674c45e87e1bb24dfe2fd1a918c (patch)
tree3561fc6785281fb3a963c199fe9a12df4007bed7 /docs/escape_support.md
parent7c9d9f3b166f2aade76d35408b5acb5d3ccd1c94 (diff)
downloadalacritty-cb03806e2ab85674c45e87e1bb24dfe2fd1a918c.tar.gz
alacritty-cb03806e2ab85674c45e87e1bb24dfe2fd1a918c.zip
Implement kitty's keyboard protocol
The protocol enables robust key reporting for the applications, so they could bind more keys and the user won't have collisions with the normal control keys. Links: https://sw.kovidgoyal.net/kitty/keyboard-protocol Fixes #6378.
Diffstat (limited to 'docs/escape_support.md')
-rw-r--r--docs/escape_support.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/escape_support.md b/docs/escape_support.md
index 1fc1079d..cf03c710 100644
--- a/docs/escape_support.md
+++ b/docs/escape_support.md
@@ -81,6 +81,10 @@ brevity.
| `CSI t` | PARTIAL | Only parameters `22` and `23` are supported |
| | REJECTED | `1`-`13`, `15`, `19`-`21`, `24` |
| `CSI u` | IMPLEMENTED | |
+| `CSI ? u` | IMPLEMENTED | |
+| `CSI = u` | IMPLEMENTED | |
+| `CSI < u` | IMPLEMENTED | |
+| `CSI > u` | IMPLEMENTED | |
| `CSI X` | IMPLEMENTED | |
| `CSI Z` | IMPLEMENTED | |