-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
only a limited set of keys can be combined with ctrl_
; the error message is confusing
#358
Comments
Not sure about that, since, e.g, |
Oh, wait, sorry, now I get it. So, we'll never have |
ctrl_
; the error message is confusing
Right...and since Maybe there is a different way to handle the keys so you can use ctrl_h but not lose backspace? (cc: maybe @osa1 knows) |
So the general problem here is terminal emulators are often weird and map different key events to same byte sequences when passing them down to the shell (which then passes them to the program being run in the shell). You can try this by running Action items:
|
On 8f4428e, with a
key_map
likeI get
Can't parse TUI config: Message("invalid value: string \"ctrl_h\", expected single keys: backspace, del, end, esc, home, pgdown, pgup, tab, up, down, left right, [a-z], [0-9], [f1-f12]. modifiers with an arrow key, function key, or single characters: alt, shift, ctrl", Some(Pos { marker: Marker { index: 2702, line: 135, col: 4 }, path: "key_map" }))
My suspicions are, I'm unable to set bindings beyond what's defined in the default config.
The text was updated successfully, but these errors were encountered: