slitaz-configs diff rootfs/etc/xdg/openbox/rc.xml @ rev 271

Update hg.slitaz.org links
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 03 23:30:17 2016 +0100 (2016-01-03)
parents 9aa1efb49a58
children 705e1ce7f30f
line diff
     1.1 --- a/rootfs/etc/xdg/openbox/rc.xml	Fri Aug 22 03:24:57 2014 +0000
     1.2 +++ b/rootfs/etc/xdg/openbox/rc.xml	Sun Jan 03 23:30:17 2016 +0100
     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>