* 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.
This commit is contained in:
parent
525e1aa0bf
commit
8d4f158c9d
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -6,6 +6,9 @@ lubuntu-default-settings (0.7) UNRELEASED; urgency=low
|
|||||||
* etc/xdg/lubuntu/lxdm/lxdm.conf
|
* etc/xdg/lubuntu/lxdm/lxdm.conf
|
||||||
- Make Lubuntu the default session by using the [base] session key.
|
- Make Lubuntu the default session by using the [base] session key.
|
||||||
- Remove last_*, not provided by lxdm.conf in recent lxdm version.
|
- 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
|
* debian/control
|
||||||
- Wrap build-depends and depends.
|
- Wrap build-depends and depends.
|
||||||
|
|
||||||
|
@ -329,6 +329,48 @@
|
|||||||
</action>
|
</action>
|
||||||
</keybind>
|
</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)
|
<!-- Keybindings for Multimedia Keys and LCD Backlight (alternative when not using gnome-power-manager or xfce4-volumed)
|
||||||
<keybind key="XF86AudioMute">
|
<keybind key="XF86AudioMute">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
@ -361,13 +403,6 @@
|
|||||||
</action>
|
</action>
|
||||||
</keybind> -->
|
</keybind> -->
|
||||||
|
|
||||||
<!-- Taking Screenshots -->
|
|
||||||
<keybind key="Print">
|
|
||||||
<action name="Execute">
|
|
||||||
<execute>scrot</execute>
|
|
||||||
</action>
|
|
||||||
</keybind>
|
|
||||||
|
|
||||||
</keyboard>
|
</keyboard>
|
||||||
<mouse>
|
<mouse>
|
||||||
<dragThreshold>8</dragThreshold>
|
<dragThreshold>8</dragThreshold>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user