alacritty: Certain modifiers fail in `kakoune`
I found at least two type of modifiers that stopped working on 0.13 that worked before on 0.12.
ctrl + [does not triggerESC-equivalent behaviour inkakoune.- Interestingly enough the same action continues to work in
vim?
- Interestingly enough the same action continues to work in
alt + shiftcombinations fail to register, so I checked eg.alt + shift + !(append command output),alt + K(keep not matching),alt + N(extend reverse search).
I assume these issues have a wider impact than just kakoune but I found it the easiest to reproduce it there. It possibly might be a duplicate considering a wave of keyboard input related issues lately but none so far seems to match exactly that. Sorry in advance.
System
OS: Arch Linux Version: alacritty 0.13.0 (78fa4d6f) Linux/BSD: Wayland, sway
Logs
This should be quite trivial to reproduce, can provide logs if necessary though.
Thanks a lot for looking into it. Fantastic project and amazing work, lots of love ❤️
About this issue
- Original URL
- State: closed
- Created 6 months ago
- Comments: 18 (11 by maintainers)
Commits related to this issue
- Send associated text for shifted numbers with kitty Fixes #7492. — committed to kchibisov/alacritty by kchibisov 6 months ago
- Send associated text for shifted numbers with kitty Fixes #7492. — committed to kchibisov/alacritty by kchibisov 6 months ago
- Send associated text for shifted numbers with kitty Also fix the wrong ordering of base and shifted keys. Fixes #7492. — committed to kchibisov/alacritty by kchibisov 6 months ago
- Send associated text for shifted numbers with kitty Also fix the wrong ordering of base and shifted keys. Fixes #7492. — committed to kchibisov/alacritty by kchibisov 6 months ago
- Send associated text for shifted numbers with kitty Also fix the wrong ordering of base and shifted keys. Fixes #7492. — committed to kchibisov/alacritty by kchibisov 6 months ago
- Send associated text for shifted numbers with kitty Also fix the wrong ordering of base and shifted keys. Fixes #7492. — committed to alacritty/alacritty by kchibisov 6 months ago
- Send associated text for shifted numbers with kitty Also fix the wrong ordering of base and shifted keys. Fixes #7492. — committed to chrisduerr/alacritty by kchibisov 6 months ago
- Send associated text for shifted numbers with kitty Also fix the wrong ordering of base and shifted keys. Fixes #7492. — committed to alacritty/alacritty by kchibisov 6 months ago
I think it’s due to kakoune really wanting associated text, I’ll try to write a patch.