openbox: sound key mapping for keyboard without media
This commit is contained in:
parent
ce4da78883
commit
01da65f526
@ -334,6 +334,16 @@
|
||||
</action>
|
||||
</keybind>
|
||||
<!-- Find the sound card id by looking into /proc/asound/cards and pass it by using the -c option-->
|
||||
<keybind key="S-KP_Add">
|
||||
<action name="Execute">
|
||||
<execute>amixer -D pulse set Master 5%+ unmute</execute>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="S-KP_Subtract">
|
||||
<action name="Execute">
|
||||
<execute>amixer -D pulse set Master 5%- unmute</execute>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="XF86AudioRaiseVolume">
|
||||
<action name="Execute">
|
||||
<execute>amixer -D pulse set Master 5%+ unmute</execute>
|
||||
|
Loading…
Reference in New Issue
Block a user