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

(LP: #890394)
This commit is contained in:
Julien Lavergne 2012-02-19 14:48:54 +01:00
commit 5c6c894a11
2 changed files with 5 additions and 11 deletions

6
debian/changelog vendored
View File

@ -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

View File

@ -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"/>