* usr/share/lubuntu/openbox/rc.xml

- Add Super_L, Super_R and ALt-F1 to keybindings for opening the menu.
This commit is contained in:
Julien Lavergne 2011-06-19 13:20:49 +02:00
parent be04481ec1
commit 88b96ece3d
2 changed files with 21 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,5 +1,6 @@
lubuntu-default-settings (0.20) UNRELEASED; urgency=low
[ Jonathan Marsden ]
* etc/xdg/lubuntu/menus/lxde-applications.menu:
- Avoid Audio, Video and AudioVideo applications appearing
in the Accessories menu (duplicating Sound & Video entries).
@ -7,7 +8,11 @@ lubuntu-default-settings (0.20) UNRELEASED; urgency=low
appearing in the Accessories menu (duplicating System Tools
entries). (LP: #779818)
-- Jonathan Marsden <jmarsden@fastmail.fm> Sun, 22 May 2011 19:05:48 -0700
[ Julien Lavergne ]
* usr/share/lubuntu/openbox/rc.xml
- Add Super_L, Super_R and ALt-F1 to keybindings for opening the menu.
-- Julien Lavergne <gilir@ubuntu.com> Sun, 19 Jun 2011 13:19:13 +0200
lubuntu-default-settings (0.19) natty; urgency=low

View File

@ -278,6 +278,11 @@
<command>lxpanelctl run</command>
</action>
</keybind>
<keybind key="A-F1">
<action name="Execute">
<command>lxpanelctl menu</command>
</action>
</keybind>
<keybind key="A-F2">
<action name="Execute">
<command>lxpanelctl run</command>
@ -288,6 +293,16 @@
<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>
<keybind key="F11">
<action name="ToggleFullscreen"/>
</keybind>