-
Notifications
You must be signed in to change notification settings - Fork 3
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
remapping keys #39
Comments
Try: [list_keybind]
Down = "ListDown"
Up = "ListUp" |
what about remapping to a combination of keys? So up/down-arrows to move within the items in a pane (done) |
Key combinations and modifiers are not supported yet. However, you can use |
Support for the key modifiers I will close this issue now. If you find a bug, please open a new issue. |
How would one remap the navigation keys to the arrow-keys ?
so up-arrow/down-arrow to move in the list
and
right-arrow/left-arrow to change pane focus
The text was updated successfully, but these errors were encountered: