Remove the volume button shortcuts as these are built into LXQt.

This commit is contained in:
Simon Quigley 2018-07-20 01:31:24 -05:00
parent 804d49dfc6
commit 5209b41265
2 changed files with 1 additions and 17 deletions

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ lubuntu-default-settings (1.4) UNRELEASED; urgency=medium
* Remove /usr/share/applications; these files are native in LXQt.
* Don't launch a file manager on Ctrl + Alt + D, because that already
shows the desktop in LXQt.
* Remove the volume button shortcuts as these are built into LXQt.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 20 Jul 2018 01:28:38 -0500

View File

@ -427,23 +427,6 @@
</action>
</keybind>
-->
<!-- Keybinding for Volume management -->
<keybind key="XF86AudioRaiseVolume">
<action name="Execute">
<command>amixer -q sset Master 3%+ unmute</command>
</action>
</keybind>
<keybind key="XF86AudioLowerVolume">
<action name="Execute">
<command>amixer -q sset Master 3%- unmute</command>
</action>
</keybind>
<keybind key="XF86AudioMute">
<action name="Execute">
<command>amixer -q sset Master toggle</command>
</action>
</keybind>
<!-- Keybinding for terminal button-->
<keybind key="XF86WWW">