mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #985] Complete list of keybindings #437
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#437
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 @HA012 on GitHub (May 21, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/985
Great project! Thank you all.
It there a complete list of the actions one may set custom keybinding for?
The sample config file in the README section does not seem to contain all the actions, but only a handful of them.
@DJTai commented on GitHub (Jun 4, 2022):
@HA012 --- everything from the help menu is defined here.
And then in the user_config.rs you'll see the
KeyBindingsdefined.Anything not listed there, I assume, would need to implemented via PR. Hope that's helpful.