keymap: emit \E[27;2;13~ for all key combinations involving Shift+Return

This is what XTerm emits with `modifyOtherKeys=1`, which is foot’s only mode.
This commit is contained in:
Daniel Eklöf 2020-09-07 22:03:58 +02:00
parent e81d23befc
commit 18e00a55f6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 13 additions and 4 deletions

View file

@ -106,6 +106,8 @@
* Missing DPI values for “some” monitors on Gnome
(https://codeberg.org/dnkl/foot/issues/118).
* Handling of multi-column composed characters while reflowing.
* Escape sequences sent for key combinations with `Return`, that did
**not** include `Alt`.
### Security