"C-S-something" doesn't seem to be a valid remap key #8831
Replies: 5 comments 4 replies
-
For character keys (i.e. not special keys like backspace or escape) we remove the shift modifier and shift the character: helix/helix-term/src/ui/editor.rs Lines 1495 to 1503 in 57e538d So About the alt keys, yeah your terminal emulator or operating system is most likely eating those keypresses. |
Beta Was this translation helpful? Give feedback.
-
I am having a similar issue with the shift key on macOS I am trying a config like
In alacritty even when using capital version it always triggers the lower case binding. In macOS default terminal the capital case does not trigger anything. Is there a way to debug this further? |
Beta Was this translation helpful? Give feedback.
-
Linux user here. I've found similar issue, though without shift key. On the other hand, PS: Tmux or not, same issue. |
Beta Was this translation helpful? Give feedback.
-
That's unrelated: |
Beta Was this translation helpful? Give feedback.
-
I'm encountering a similar problem as well trying to do the following: [keys.insert]
A-ret = ["open_below"]
A-S-ret = ["open_above"] Alt-Enter keybind seems to work for me but not the Alt-Shift-Enter one
|
Beta Was this translation helpful? Give feedback.
-
In the documentation there's an example of "C-S-esc" being used as an example, but the syntax "C-S-" does not work for letters, like "C-S-k" or "A-S-n". I couldn't get "C-S-esc" to work either, but that's not unexpected on a basic terminal (MATE terminal). "A-N" works, but some combinations like "A-I" and "A-O" don't, which is probably because they're caught somewhere else. Trying to use "A-O" does nothing on the first stroke and then "O" (new line before selected line).
In any case, the documentation for remapping could use some checking.
Beta Was this translation helpful? Give feedback.
All reactions