mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-28 07:58:00 -04:00
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:
parent
121b488e74
commit
2de60eafb7
2 changed files with 12 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue