mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-25 23:55:53 +03:00
[GH-ISSUE #385] keybind mapping #161
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#161
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 @blueforesticarus on GitHub (Apr 8, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/385
Ideally all the keybindings would be configurable, and there would be a way to disable (ie have no keybind for) certain functions (for example, I might not want a keybind for deleting playlists)
also ideally, the keybinds could be "mode" specific, ie. they are specified separately for the playlist menu, the song view, while searching, etc.
I could work on this if you are open to a pull request.
@Rigellute commented on GitHub (Apr 10, 2020):
Interesting proposal, I am certainly open to PRs if you want to work on it.
And keybinds are currently mode specific in that keys are handled depending on the current context (playlist, track list, artist list etc.). Or is it that you want to be able to configure keybinds for a given context and action?