Add a shortcut for the power button.

ubuntu/bionic
Julien Lavergne 13 years ago
parent eb4026269b
commit 7f08ee21ce

1
debian/changelog vendored

@ -8,6 +8,7 @@ lubuntu-default-settings (0.23) UNRELEASED; urgency=low
monitor.
- Use scrot -u -b (focused window with border) for the screenshot of the
current window.
- Add a shortcut for the power button.
-- Julien Lavergne <gilir@ubuntu.com> Tue, 15 Nov 2011 13:47:32 +0700

@ -450,6 +450,12 @@
<command>scrot</command>
</action>
</keybind>
<!-- Launch logout when push on the shutdown button -->
<keybind key="XF86PowerOff">
<action name="Execute">
<command>lubuntu-logout</command>
</action>
</keybind>
</keyboard>
<mouse>
<dragThreshold>8</dragThreshold>

Loading…
Cancel
Save