keymap: add ‘CSI 27;<mod>;27~’ escapes for Esc with modifiers

This commit is contained in:
Daniel Eklöf 2020-11-28 11:50:32 +01:00
parent 86de007311
commit 9a33559fda
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 16 additions and 0 deletions

View file

@ -40,6 +40,7 @@
* Key mappings for key combinations with `alt`+`return`.
* `footclient` `-m` (`--maximized`) flag being ignored.
* Crash with explicitly sized sixels with a height less than 6 pixels.
* Key mappings for `esc` with modifiers.
### Contributors