Add a shortcut to lock the screen (LP: #912499)

ubuntu/bionic
Julien Lavergne 13 years ago
parent 4720795880
commit 926e7c58b4

1
debian/changelog vendored

@ -10,6 +10,7 @@ lubuntu-default-settings (0.23) UNRELEASED; urgency=low
current window. current window.
- Add a shortcut for the power button. - Add a shortcut for the power button.
- Use horizontal presentation of the alt-tab. - Use horizontal presentation of the alt-tab.
- Add a shortcut to lock the screen (LP: #912499)
* usr/bin/startlubuntu* & usr/share/lubuntu/xscreensaver/xscreensaver: * usr/bin/startlubuntu* & usr/share/lubuntu/xscreensaver/xscreensaver:
- Add a custom configuration file for xscreensaver, with blank mode by - Add a custom configuration file for xscreensaver, with blank mode by
default (LP: #578789). default (LP: #578789).

@ -390,6 +390,12 @@
<command>pcmanfm</command> <command>pcmanfm</command>
</action> </action>
</keybind> </keybind>
<!-- Lock the screen on Ctrl + Alt + l-->
<keybind key="C-A-l">
<action name="Execute">
<command>xscreensaver-command -lock</command>
</action>
</keybind>
<!-- Keybinding for Volume management --> <!-- Keybinding for Volume management -->
<keybind key="XF86AudioRaiseVolume"> <keybind key="XF86AudioRaiseVolume">
<action name="Execute"> <action name="Execute">

Loading…
Cancel
Save