Hi,
alt+F2 brings the run menu but it doesn't stay 'on top'. Is this a bug?
Also, would it be possible to change the shortcut? How?
Thanks
alt+F2 brings the run menu but it doesn't stay 'on top' bug?
Re: alt+F2 brings the run menu but it doesn't stay 'on top' bug?
Hi,
1. mhm seams that it's only a "normal" window.
2. Have a look at "~/.config/openbox/lxde-rc.xml" or "/usr/share/lxde/openbox/rc.xml" you can set the shortcut:simply search for "A-F2".
maces
1. mhm seams that it's only a "normal" window.
2. Have a look at "~/.config/openbox/lxde-rc.xml" or "/usr/share/lxde/openbox/rc.xml" you can set the shortcut:
Code: Select all
<keybind key="A-F2">
<action name="Execute">
<command>lxpanelctl run</command>
<!--command>/home/maces/apps/skripts/run/run.sh</command>-->
</action>
</keybind>
maces