From cb03806e2ab85674c45e87e1bb24dfe2fd1a918c Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Wed, 6 Dec 2023 09:26:07 +0400 Subject: 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. --- docs/escape_support.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/escape_support.md') 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 | | -- cgit v1.2.3-54-g00ecf