* usr/share/lubuntu/openbox/rc.xml

- Add missing shortcuts for volume-up and volume-down, and launching
   various applications. Thanks Kendall Weaver for the patch.
ubuntu/bionic
Julien Lavergne 15 years ago
parent 525e1aa0bf
commit 8d4f158c9d

3
debian/changelog vendored

@ -6,6 +6,9 @@ lubuntu-default-settings (0.7) UNRELEASED; urgency=low
* etc/xdg/lubuntu/lxdm/lxdm.conf
- Make Lubuntu the default session by using the [base] session key.
- Remove last_*, not provided by lxdm.conf in recent lxdm version.
* usr/share/lubuntu/openbox/rc.xml
- Add missing shortcuts for volume-up and volume-down, and launching
various applications. Thanks Kendall Weaver for the patch.
* debian/control
- Wrap build-depends and depends.

@ -329,6 +329,48 @@
</action>
</keybind>
  <keybind key="XF86AudioRaiseVolume">
     <action name="Execute">
      <command>amixer -q sset Master 3%+</command>
    </action>
  </keybind>
  <keybind key="XF86AudioLowerVolume">
      <action name="Execute">
       <command>amixer -q sset Master 3%-</command>
    </action>
  </keybind>
  <keybind key="XF86AudioMute">
      <action name="Execute">
       <command>amixer -q sset Master toggle</command>
    </action>
  </keybind>
  <keybind key="XF86WWW">
      <action name="Execute">
       <command>x-terminal-emulator</command>
    </action>
  </keybind>
  <keybind key="XF86Calculator">
      <action name="Execute">
       <command>galculator</command>
    </action>
  </keybind>
  <keybind key="XF86MyComputer">
      <action name="Execute">
       <command>pcmanfm2</command>
    </action>
  </keybind>
  <keybind key="XF86Terminal">
      <action name="Execute">
       <command>x-terminal-emulator</command>
    </action>
  </keybind>
<!-- Keybindings for Multimedia Keys and LCD Backlight (alternative when not using gnome-power-manager or xfce4-volumed)
<keybind key="XF86AudioMute">
<action name="Execute">
@ -361,13 +403,6 @@
</action>
</keybind> -->
<!-- Taking Screenshots -->
<keybind key="Print">
<action name="Execute">
<execute>scrot</execute>
</action>
</keybind>
</keyboard>
<mouse>
<dragThreshold>8</dragThreshold>

Loading…
Cancel
Save