Skip to content
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

Keep the distinction between backspace and ctrl-h on windows #547

Merged
merged 4 commits into from
Jul 18, 2021

Conversation

gwenn
Copy link
Collaborator

@gwenn gwenn commented Jul 15, 2021

backspace vs ctrl-h
enter vs ctrl-m
tab vs ctrl-i

should fix #543

@gwenn gwenn mentioned this pull request Jul 15, 2021
@fdncred
Copy link

fdncred commented Jul 15, 2021

Thanks @gwenn. I tested this with slight changes to the custom_key_bindings example and Ctrl+H works great now!

@gwenn
Copy link
Collaborator Author

gwenn commented Jul 15, 2021

Thanks @gwenn. I tested this with slight changes to the custom_key_bindings example and Ctrl+H works great now!

You should be aware that this binding will only work on windows because on most unix terminals Ctrl-H cannot be distinguish from backspace key...

@gwenn gwenn merged commit 837f849 into kkawakam:master Jul 18, 2021
@gwenn gwenn deleted the windows_keys branch July 18, 2021 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

how to apply key bindings
2 participants