mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Fix typo
This commit is contained in:
parent
95ebeebb84
commit
f0e7d26409
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ field is present. The ``repeat`` type is ``2`` and the ``release`` type is
|
|||
CSI key-code;modifier # this is a press event
|
||||
CSI key-code;modifier:1 # this is a press event
|
||||
CSI key-code;modifier:2 # this is a repeat event
|
||||
CSI key-code:modifier:3 # this is a release event
|
||||
CSI key-code;modifier:3 # this is a release event
|
||||
|
||||
|
||||
.. note:: Key events that result in text are reported as plain UTF-8 text, so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue