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

remapping keys #39

Closed
chad-betamax opened this issue Jan 19, 2025 · 4 comments · Fixed by #46
Closed

remapping keys #39

chad-betamax opened this issue Jan 19, 2025 · 4 comments · Fixed by #46
Labels
enhancement New feature or request

Comments

@chad-betamax
Copy link

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

@Fanteria
Copy link
Owner

Try:

[list_keybind]
Down = "ListDown"
Up = "ListUp"

@chad-betamax
Copy link
Author

chad-betamax commented Jan 19, 2025

what about remapping to a combination of keys?

So up/down-arrows to move within the items in a pane (done)
Shift-right and Shift-left to move between panes <- how to do this ?

@Fanteria
Copy link
Owner

Key combinations and modifiers are not supported yet. However, you can use j and J to mimic Shift + j (but be mindful of Caps Lock). This would be a great feature request.

@Fanteria Fanteria added the enhancement New feature or request label Jan 19, 2025
@Fanteria Fanteria linked a pull request Jan 25, 2025 that will close this issue
@Fanteria
Copy link
Owner

Support for the key modifiers Shift, Alt, and Ctrl has been added. For configuration options, please check the documentation.

I will close this issue now. If you find a bug, please open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants