mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #947] [Feature request] Remapping done properly #412
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#412
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kitallen23 on GitHub (Feb 12, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/947
As a non-qwerty user, it's rather crippling not being able to remap the basic movement keys. I can't see a valid reason why reserved keys exist.
To be more specific, what I would like to remap are:
Note that for the last two options, there's an optional keybinding with the key
submit, but it appears to not be used (or at least it doesn't work as I'm expecting it to).For an application that runs in the terminal, I would expect to be able to remap all keys as I see fit.
@aromeronavia commented on GitHub (Jun 25, 2022):
Seems this can be achieved by modifying the file
user_config.rsadding the optionsmove_selection_leftand the others to the structsKeyBindings,KeyBindingsStringandUserConfighttps://github.com/Rigellute/spotify-tui/blob/master/src/user_config.rs