Quantcast
Viewing all articles
Browse latest Browse all 3790

Troubleshooting • Media volume keybinding on openbox

My keyboard media controls won't operate the volume and mute on my raspberry pi running bookworm and using x and openbox.
It works fine using labwc. I have altered keybindings in both labwc and openbox with no problems but cannot seem to nail it down on openbox for the volume keys.
I wondered if anyone could tell me the default values for the media controls. I have copied what i have tried but this is not working so i'm probably inputting the wrong command somewhere. I've tried searching on here and in general but cannot seem to find the default values.
I do have Pipewire enabled in raspi-config but i tried it with pulseaudio enabled with the same negative result.

<!-- Keybindings for audio volume media keys -->
<keybind key="XF86AudioRaiseVolume">
<action name="Execute">
<command>lxpanelctl volumepulse volu</command>
</action>
</keybind>
<keybind key="XF86AudioLowerVolume">
<action name="Execute">
<command>lxpanelctl volumepulse vold</command>
</action>
</keybind>
<keybind key="XF86AudioMute">
<action name="Execute">
<command>lxpanelctl volumepulse mute</command>
</action>
</keybind>

Statistics: Posted by CriswithoutanH — Tue Nov 12, 2024 1:08 pm



Viewing all articles
Browse latest Browse all 3790

Trending Articles