mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[PR #112] [MERGED] Add keybinding config file #612
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#612
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?
📋 Pull Request Information
Original PR: https://github.com/Rigellute/spotify-tui/pull/112
Author: @zacklukem
Created: 10/25/2019
Status: ✅ Merged
Merged: 10/31/2019
Merged by: @Rigellute
Base:
master← Head:master📝 Commits (6)
2c7884eAdd keybinding config file155e9b4Fix clippy and rustfmt errors592d75fAdd human readable error message for reserved keysc02da6aFixed issue in testaec76c0move keybindings intoits own section in config fileca9ff55Merge pull request #1 from jfaltis/config-keybindings-section📊 Changes
5 files changed (+331 additions, -30 deletions)
View changed files
📝
README.md(+35 -0)📝
src/app.rs(+3 -0)📝
src/handlers/mod.rs(+14 -14)📝
src/main.rs(+16 -16)➕
src/user_config.rs(+263 -0)📄 Description
This will add a
config.ymlfile along side theclient.ymlfile whichwill allow the user to configure custom keybindings. Currently this
commit only covers global keybindings and not per-screen keybindings but
this could be added in the future. This commit also doesn't currently
allow for overriding default navigation keys (hjkl etc.) but that could
also be added later.
Resolves: #46
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.