mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-01 06:46:43 -04:00
keymap: no reason keypad keys shouldn't map shift
I'm guessing, but I'm not sure, that when I initially implemented this, XTerm ignored shift in keypad escapes. Testing again, it doesn't. And regardless of what XTerm does, I don't really see any reason to exclude shift from keypad escapes. Closes #2324
This commit is contained in:
parent
2c454a71f1
commit
6183d1b767
2 changed files with 3 additions and 22 deletions
|
|
@ -94,9 +94,12 @@
|
|||
* Scrollback search not working correctly when the terminal
|
||||
application has enabled the kitty keyboard protocol with release
|
||||
event reporting ([#2316][2316]).
|
||||
* Keypad escapes in the legacy keyboard protocol ignoring the shift
|
||||
modifier ([#2324][2324]).
|
||||
|
||||
[2307]: https://codeberg.org/dnkl/foot/issues/2307
|
||||
[2316]: https://codeberg.org/dnkl/foot/issues/2316
|
||||
[2324]: https://codeberg.org/dnkl/foot/issues/2324
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue