LXDE keybind "Raise" window not working
Posted
by
Campa
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Campa
Published on 2012-03-31T15:51:26Z
Indexed on
2012/03/31
17:44 UTC
Read the original article
Hit count: 314
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:
*Nested question: how to know the version of installed LXDE?
© Ask Ubuntu or respective owner