mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #140] Wrong key binding reported in help for repeat #77
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#77
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 @sputnick1124 on GitHub (Nov 6, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/140
It appears that when user configurable key bindings was implemented, the binding for
repeatwas changed fromCtrl('r')to simplyChar('r').github.com/Rigellute/spotify-tui@2c7884ec24 (diff-895ee44432)github.com/Rigellute/spotify-tui@2c7884ec24 (diff-ffb0462e08)This change is a good one in my books, but ought to be documented correctly as the help menu still reports
Ctrl-Rhttps://github.com/Rigellute/spotify-tui/blob/master/src/ui/help.rs#L16
As a stretch goal, ought we consider displaying the current bindings in the help menu? Or we could simply specify which values have defaults but are also configurable.
@Rigellute commented on GitHub (Nov 6, 2019):
Oh good catch. That sounds like a mistake. I personally prefer
Ctrl-r, (but now it's configurable anyway).And yes, it would be nice if the help menu could read the config file to show the currently active user bindings (be they default or custom).
@Rigellute commented on GitHub (Nov 6, 2019):
Have reverted it to
Ctrl-rhere22dd33c449