Fixed super-keys were conflicting with other keybinds making them useless.

(LP: #890394)
ubuntu/bionic
Julien Lavergne 13 years ago
commit 5c6c894a11

6
debian/changelog vendored

@ -16,7 +16,11 @@ lubuntu-default-settings (0.24) UNRELEASED; urgency=low
supports' guards, leading to more predictable behaviour on upgrades.
(LP: #932209)
-- Julien Lavergne <gilir@ubuntu.com> Sat, 18 Feb 2012 12:07:22 +0100
[ Alexander Andjelkovic ]
* Fixed super-keys were conflicting with other keybinds making them useless.
(LP: #890394)
-- Julien Lavergne <gilir@ubuntu.com> Sun, 19 Feb 2012 14:47:17 +0100
lubuntu-default-settings (0.23) precise; urgency=low

@ -354,16 +354,6 @@
<command>lxpanelctl menu</command>
</action>
</keybind>
<keybind key="Super_L">
<action name="Execute">
<command>lxpanelctl menu</command>
</action>
</keybind>
<keybind key="Super_R">
<action name="Execute">
<command>lxpanelctl menu</command>
</action>
</keybind>
<!-- Keybindings to toggle fullscreen -->
<keybind key="F11">
<action name="ToggleFullscreen"/>

Loading…
Cancel
Save