Closed
Description
Describe the bug
If I press backspace together with a modifier like ctrl or shift, it gets interpreted as char + modifier.
To Reproduce
Steps to reproduce the behavior:
- Go to https://gitlab.com/kuenstler/yint-rs
- compile and run it
- press any modifier + backspace
- See error
Expected behavior
In case of ctrl + backspace, it should delete unicode words. in other cases it should delete the last unicode grapheme.
OS
- Linux
Terminal/Console
- VSCode terminal: ctrl -> w, shift -> h, alt -> delete (0x7f)
- Konsole: ctrl -> h, shift -> backspace, alt -> delete (0x7f)
- Ubuntu console window: like Konsole
Language
German
Metadata
Metadata
Assignees
Labels
No labels