csi: implement CSI > 4n (reset modifyOtherKeys)

This commit is contained in:
Daniel Eklöf 2022-04-19 17:25:06 +02:00
parent 876044df8d
commit 8485cdaaaa
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 29 additions and 1 deletions

View file

@ -60,6 +60,10 @@
is similar to `show-urls-launch`, but does not automatically exit
URL mode after activating an URL
(https://codeberg.org/dnkl/foot/issues/964).
* Support for `CSI > 4 n`, disable _modifyOtherKeys_. Note that since
foot only supports level 1 and 2 (and not level 0), this sequence
does not disable _modifyOtherKeys_ completely, but simply reverts it
back to level 1 (the default).
### Changed