-
Notifications
You must be signed in to change notification settings - Fork 91
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
Make Escape Key to Unhook Configurable #386
Comments
That is an easy one: in the ESCkeys=1B
; List of keys that will behave like ESCAPE, ie,
; end the movement and reset the state. default is 1B (ESCAPE) If the option is not present, the usual ESC is used, you can specify several space separated keys as usual. |
This is probably an incredibly stupid question, but I was wondering how to specify combinations? I tried |
Oh nevermind it's a comma. |
This is just a key list, it does not support key combinations/shortcuts, but any key would work, because it will not interact with the system unless a movement is going on, so you could use any alphabetic keys ans still be able to use it. |
As per conversation in #380.
It would be nice to be able to set the Escape key to something else, ideally even a combination of keys, as many mobile keyboards do not have an escape key. Adding it to the "Shortcut for Action" should work I think.
The text was updated successfully, but these errors were encountered: