LXDE keybind "Raise" window not working
- by Campa
I am using LXDE* over Ubuntu Oneiric on a DELL Studio-XPS 64-bit machine and I can't get the keybind for raising windows to work.
In my ~/.config/openbox/lxde-rc.xml I put:
<!-- Iconify window: it works. -->
<keybind key="A-Down">
<action name="Iconify"/>
</keybind>
<!-- Raise window: does nothing. -->
<keybind key="A-Up">
<action name="Focus"/>
<action name="Raise"/>
</keybind>
then I openbox --reconfigure, but no rasing windows keybindings.
I could use the NextWindow action, but... not really the same.
References:
http://openbox.org/wiki/Help:Bindings
http://openbox.org/wiki/Help:Actions
*Nested question: how to know the version of installed LXDE?