34 lines
682 B
TOML
34 lines
682 B
TOML
[[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"
|
|
[[keymaps]]
|
|
command = { VolumeChange = { offset = 1 } }
|
|
key_sequence = "-"
|
|
[[keymaps]]
|
|
command = { SeekForward = { duration = 10 } }
|
|
key_sequence = "E"
|
|
[[keymaps]]
|
|
command = { SeekBackward = { } }
|
|
key_sequence = "Q"
|
|
[[actions]]
|
|
action = "GoToArtist"
|
|
key_sequence = "g A"
|
|
[[actions]]
|
|
action = "GoToAlbum"
|
|
key_sequence = "g B"
|
|
target = "PlayingTrack"
|
|
[[actions]]
|
|
action="ToggleLiked"
|
|
key_sequence="C-l"
|