slitaz-configs rev 264

Add Openbox key bindings: Mute, Vol+, Vol-, Alt+PrtScr for screenshot, Power button
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 30 23:38:04 2015 +0200 (2015-10-30)
parents 6c3545ad6ed7
children f53ca97de41a
files rootfs/etc/xdg/openbox/rc.xml
line diff
     1.1 --- a/rootfs/etc/xdg/openbox/rc.xml	Fri Oct 09 01:23:50 2015 +0300
     1.2 +++ b/rootfs/etc/xdg/openbox/rc.xml	Fri Oct 30 23:38:04 2015 +0200
     1.3 @@ -293,6 +293,31 @@
     1.4          <command>lxpanelctl menu</command>
     1.5        </action>
     1.6      </keybind>
     1.7 +    <keybind key="XF86AudioMute">
     1.8 +      <action name="Execute">
     1.9 +        <command>amixer set Master toggle</command>
    1.10 +      </action>
    1.11 +    </keybind>
    1.12 +    <keybind key="XF86AudioRaiseVolume">
    1.13 +      <action name="Execute">
    1.14 +        <command>amixer set Master 5%+</command>
    1.15 +      </action>
    1.16 +    </keybind>
    1.17 +    <keybind key="XF86AudioLowerVolume">
    1.18 +      <action name="Execute">
    1.19 +        <command>amixer set Master 5%-</command>
    1.20 +      </action>
    1.21 +    </keybind>
    1.22 +    <keybind key="A-Print">
    1.23 +      <action name="Execute">
    1.24 +        <command>mtpaint -s</command>
    1.25 +      </action>
    1.26 +    </keybind>
    1.27 +    <keybind key="XF86PowerOff">
    1.28 +      <action name="Execute">
    1.29 +        <command>poweroff</command>
    1.30 +      </action>
    1.31 +    </keybind>
    1.32    </keyboard>
    1.33    <mouse>
    1.34      <dragThreshold>8</dragThreshold>