-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The problem is documented in the code, here:
Lines 277 to 289 in 3472085
// !!Note from here on, all TextInput-triggering keys should have been filtered. | |
// All that survived the purge are either non-textinput-triggering keys, or | |
// textinput-triggering keys with non-shift modifier active. | |
// The (possibly unwanted) side effect of this approach is the inconsistency | |
// between TextInput and modifier-active Key: | |
// | |
// | en-US kbd sequence | en result (sent to nvim) | de result (sent to nvim) | | |
// | ------------------ | ------------------------ | ------------------------ | | |
// | z | z | y | | |
// | Ctrl-z | <C-z> | <C-z> | | |
// | ' | ' | ä | | |
// | Ctrl-' | <C-'> | <C-'> | | |
// |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working