Add a shortcut for the power button.

This commit is contained in:
Julien Lavergne 2011-11-28 20:10:12 +01:00
parent eb4026269b
commit 7f08ee21ce
2 changed files with 7 additions and 0 deletions

1
debian/changelog vendored
View File

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

View File

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