Kitty keyboard protocol doesn't work with foot >=v1.17.0 #10374
Unanswered
postsolar
asked this question in
Troubleshooting
Replies: 1 comment 2 replies
-
I believe this is a foot bug. Shift+backspace gives a backspace key event with a shift modifier for me on Kitty but not foot, although I was testing against foot 1.14.0. To dig deeper you can use crossterm's event-read example (clone crossterm and helix/helix-tui/src/backend/crossterm.rs Lines 161 to 164 in 1245760 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
See https://codeberg.org/dnkl/foot/issues/1642
From what I understand it's a crossterm's responsibility?
Reproduction Steps
I tried this:
keys.normal.s-backspace
mappinghx
s-backspace
I expected this to happen:
Work
Instead, this happened:
No work
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
foot version: 1.17.0 +pgo +ime +graphemes -assertions
Installation Method
flake
Helix Version
24.03-125-gf031932f
Beta Was this translation helpful? Give feedback.
All reactions