Fixed bug #890394, super-keys were conflicting with other keybinds making them useless.

This commit is contained in:
Alexander Andjelkovic 2012-01-30 11:08:18 +01:00
parent 54bd909834
commit e8e600d8b0

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