On Windows, Control+Alt+Up / Control+Alt+Down keybind controls the volume on Plexamp even when it is not focused. Unfortunately this keybind conflicts with keybinds in some other applications I use (e.g. column selection in Sublime Text). Is there a way to disable the keybind or limit its scope to work only when app is focused?
Yeah, edit the config.json file and you can set custom keybinding overrides there. See the release notes & FAQ for what to put in there.
Oh, I did not know release notes existed for Plexamp! Adding the following in config.json under “ui” got rid of the conflict:
“keys”: {
“volumeup”: “Shift+Control+Alt+Up”,
“volumedown”: “Shift+Control+Alt+Down”
}
Everything works perfectly! Thank you for your help! Also, thanks for all the effort that was put into making Plexamp! It’s been absolutely wonderful ignoring this minor issue (now sorted out)!
1 Like