alt+F2 brings the run menu but it doesn't stay 'on top' bug?

Please post all general support questions for LXDE here.
Locked
urlwolf
Posts: 3
Joined: Thu Jun 17, 2010 10:13 am

alt+F2 brings the run menu but it doesn't stay 'on top' bug?

Post by urlwolf »

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
maces
Posts: 503
Joined: Sat Oct 25, 2008 6:04 pm
Contact:

Re: alt+F2 brings the run menu but it doesn't stay 'on top' bug?

Post by maces »

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:

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>
simply search for "A-F2".

maces
Locked