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

- Fix C-F7 shortcut (LP: #1313352)
This commit is contained in:
Julien Lavergne 2014-05-16 16:32:19 +02:00
parent 9192531030
commit 5108a09675
3 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@ -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

View File

@ -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">

View File

@ -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">