Here is an easy way to add shoulder-button-support in deadbeef for skipping to next/previous song:
Edit the config-file of deadbeef which can be found at "<path_to_SDcard>/pandora/appdata/deadbeef/deadbeef/config" by adding the following two lines:
This is the same as configuring them through the global hotkey plugin, but which takes no modifiers when configuring it from deadbeed itself.
For a non-global-configuration (only when deadbeef is focused), I will try to browse, understand and modify the source-code. Can't promise that I will succeed.
Edit the config-file of deadbeef which can be found at "<path_to_SDcard>/pandora/appdata/deadbeef/deadbeef/config" by adding the following two lines:
Code:
hotkeys.key1 Control_R: next
hotkeys.key2 Shift_R: prev
This is the same as configuring them through the global hotkey plugin, but which takes no modifiers when configuring it from deadbeed itself.
For a non-global-configuration (only when deadbeef is focused), I will try to browse, understand and modify the source-code. Can't promise that I will succeed.