Complete openbox keybindings for taking screenshot. Thanks Adam for the

patch.
ubuntu/bionic
Julien Lavergne 15 years ago
parent 5cc5bf7a90
commit b739a2ef69

2
debian/changelog vendored

@ -14,6 +14,8 @@ lubuntu-default-settings (0.5) UNRELEASED; urgency=low
* Use system-shutdown-panel icon for shutdown command and clean Encoding keys
* Use Chromium instead of Firefox inthe panel and openbox configuration.
* Remove cpu and netstat plugin, and move volume applet before the tray.
* Complete openbox keybindings for taking screenshot. Thanks Adam for the
patch.
-- Julien Lavergne <gilir@ubuntu.com> Sun, 14 Feb 2010 11:44:16 +0100

@ -315,6 +315,19 @@
<command>pcmanfm</command>
</action>
</keybind>
<!-- Keybinding for PrintScreen Key -->
<keybind key="Print">
<action name="Execute">
<execute>scrot</execute>
</action>
</keybind>
<keybind key="A-Print">
<action name="Execute">
<execute>scrot -s</execute>
</action>
</keybind>
<!-- Keybindings for Multimedia Keys and LCD Backlight (alternative when not using gnome-power-manager or xfce4-volumed)
<keybind key="XF86AudioMute">

Loading…
Cancel
Save