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 121b488e74
commit 2de60eafb7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 12 additions and 11 deletions

View file

@ -83,6 +83,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`.
### Security