Page 1 of 1

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

Posted: Thu Jun 17, 2010 11:32 am
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

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

Posted: Thu Jun 17, 2010 4:13 pm
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