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

- Fix C-F7 shortcut (LP: #1313352)
ubuntu/bionic
Julien Lavergne 10 years ago
parent 9192531030
commit 5108a09675

2
debian/changelog vendored

@ -2,6 +2,8 @@ lubuntu-default-settings (0.39.1) UNRELEASED; urgency=medium
* debian/control:
- Depends on xbacklight to make some shortcuts workings (LP: #1313358)
* usr/share/lubuntu/openbox/*rc.xml
- Fix C-F7 shortcut (LP: #1313352)
-- Julien Lavergne <gilir@ubuntu.com> Fri, 16 May 2014 16:23:54 +0200

@ -465,7 +465,7 @@
<!-- Keybindings for Multimedia Keys and LCD Backlight (alternative when not using gnome-power-manager or xfce4-volumed) -->
<keybind key="C-F7">
<action name="Execute">
<command>sleep 2;xset dpms force off</command>
<command>xset dpms force off</command>
</action>
</keybind>
<keybind key="C-F10">

@ -465,7 +465,7 @@
<!-- Keybindings for Multimedia Keys and LCD Backlight (alternative when not using gnome-power-manager or xfce4-volumed) -->
<keybind key="C-F7">
<action name="Execute">
<command>sleep 2;xset dpms force off</command>
<command>xset dpms force off</command>
</action>
</keybind>
<keybind key="C-F10">

Loading…
Cancel
Save