keymap: fix alt+return combos

All alt+return combos mapped to the same escape sequence as alt+return
itself.

With this patch, alt+<mod(s)>+return map to a standard ‘CSI 27;x;13~’
sequence.
This commit is contained in:
Daniel Eklöf 2020-11-19 19:20:15 +01:00
parent 3a3616af96
commit 9c7cded616
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 12 additions and 11 deletions

View file

@ -37,6 +37,7 @@
(https://codeberg.org/dnkl/foot/issues/190).
* Key mappings for key combinations with `shift`+`tab`
(https://codeberg.org/dnkl/foot/issues/210).
* Key mappings for key combinations with `alt`+`return`.
## 1.5.3