Fix launcher shortcuts (LP: #1313355)
This commit is contained in:
parent
5108a09675
commit
0b9338a1f9
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -4,6 +4,7 @@ lubuntu-default-settings (0.39.1) UNRELEASED; urgency=medium
|
|||||||
- Depends on xbacklight to make some shortcuts workings (LP: #1313358)
|
- Depends on xbacklight to make some shortcuts workings (LP: #1313358)
|
||||||
* usr/share/lubuntu/openbox/*rc.xml
|
* usr/share/lubuntu/openbox/*rc.xml
|
||||||
- Fix C-F7 shortcut (LP: #1313352)
|
- Fix C-F7 shortcut (LP: #1313352)
|
||||||
|
- Fix launcher shortcuts (LP: #1313355)
|
||||||
|
|
||||||
-- Julien Lavergne <gilir@ubuntu.com> Fri, 16 May 2014 16:23:54 +0200
|
-- Julien Lavergne <gilir@ubuntu.com> Fri, 16 May 2014 16:23:54 +0200
|
||||||
|
|
||||||
|
@ -372,12 +372,12 @@
|
|||||||
<!-- Keybindings for running Run menu from Lxpanel on Home + R-->
|
<!-- Keybindings for running Run menu from Lxpanel on Home + R-->
|
||||||
<keybind key="W-r">
|
<keybind key="W-r">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>lxsession-default launcher_manager</command>
|
<command>lxsession-default launcher</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-F2">
|
<keybind key="A-F2">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>lxsession-default launcher_manager</command>
|
<command>lxsession-default launcher</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<!-- Keybindings for running Menu from Lxpanel -->
|
<!-- Keybindings for running Menu from Lxpanel -->
|
||||||
|
@ -372,12 +372,12 @@
|
|||||||
<!-- Keybindings for running Run menu from Lxpanel on Home + R-->
|
<!-- Keybindings for running Run menu from Lxpanel on Home + R-->
|
||||||
<keybind key="W-r">
|
<keybind key="W-r">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>lxsession-default launcher_manager</command>
|
<command>lxsession-default launcher</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-F2">
|
<keybind key="A-F2">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>lxsession-default launcher_manager</command>
|
<command>lxsession-default launcher</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<!-- Keybindings for running Menu from Lxpanel -->
|
<!-- Keybindings for running Menu from Lxpanel -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user