mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #202] left, down, up, right set in keybindings section in config file but not bound #97
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#97
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 @wis on GitHub (Jan 5, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/202
my config.yml:
but n,e,i,o (my layouts hjkl) are not working after saving the config file and restarting.
thanks for creating this by the way, everything else is perfect so far 👍
@Rigellute commented on GitHub (Jan 16, 2020):
Thank you 🙏 .
I'm afraid the directional movements are currently reserved (i.e. not user configurable).
This should be fixable though.
In case you're interested you can see which keys are reserved here https://github.com/Rigellute/spotify-tui/blob/master/src/user_config.rs#L57
@carterprince commented on GitHub (Mar 30, 2020):
Is there still any intention to make these configurable?
@Rigellute commented on GitHub (Mar 31, 2020):
Yes, would be nice to make directional movement configurable but just not worked on it yet.
Contributions welcome!