nix/config/spotify-player/keymap.toml

15 lines
241 B
TOML

[[keymaps]]
command = "PreviousPage"
key_sequence = "q"
[[keymaps]]
command = "Quit"
key_sequence = "C-q"
[[keymaps]]
command = { VolumeChange = { offset = -1 } }
key_sequence = "_"
[[keymaps]]
command = "PreviousPage"
key_sequence = "-"