Problem: how to cicle & raise windows with the mouse wheel (part 2)
Matteo Gugliemi
matteoguglielmi at yahoo.it
Wed Jun 23 08:32:03 EDT 2004
It's really strange because it works using the keyboard in this way:
<keyboard>
<keybind key="A-Tab">
<action name="NextWindow"/>
</keybind>
<keybind key="A-S-Tab">
<action name="PreviousWindow"/>
</keybind>
</keyboard>
but the windows raise only when the Alt key is released...
so while I keep pressed Alt and I continuously press & release the Tab
key I notice the same behavior as:
<mouse>
<mousebind button="Up" action="Press">
<action name="PreviousWindow"/>
</mousebind>
<mousebind button="Down" action="Press">
<action name="NextWindow"/>
</mousebind>
</mouse>
where all the windows on the dektop are cycled but never reised.
My questions are:
- in the case of the "keybind key = A-Tab" where is the Raise action
related to the release of the Alt key after the NextWindow action?
- is possible to obtain the same behavior whit the mouse wheel (if it's
not a bug)?
--
---------------------------------------------
Matteo Guglielmi - matteo.guglielmi at epfl.ch
---------------------------------------------
More information about the openbox
mailing list