mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
c7cfdb3864
Actions were added in the v0.19.1 release.
32 lines
477 B
TOML
32 lines
477 B
TOML
[[actions]]
|
|
action = "GoToArtist"
|
|
key_sequence = "g A"
|
|
|
|
[[actions]]
|
|
action = "GoToAlbum"
|
|
key_sequence = "g B"
|
|
target = "PlayingTrack"
|
|
|
|
[[actions]]
|
|
action = "ToggleLiked"
|
|
key_sequence = "C-l"
|
|
|
|
[[keymaps]]
|
|
command = "NextTrack"
|
|
key_sequence = "g n"
|
|
|
|
[[keymaps]]
|
|
command = "PreviousTrack"
|
|
key_sequence = "g p"
|
|
|
|
[[keymaps]]
|
|
command = "Search"
|
|
key_sequence = "C-c C-x /"
|
|
|
|
[[keymaps]]
|
|
command = "ResumePause"
|
|
key_sequence = "M-enter"
|
|
|
|
[[keymaps]]
|
|
command = "None"
|
|
key_sequence = "q"
|