On Mon, Oct 1, 2012 at 7:58 PM, Tom Wizetek <span dir="ltr"><<a href="mailto:tom@wizetek.com" target="_blank">tom@wizetek.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Seeing that Dana is active here again, here's another hopeless monthly bump.<br></blockquote><div><br></div><div>Lol :( So patient..</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
***<br>
<br>
I posted a while ago about the ability to cycle through windows with a<br>
mouse wheel. The problem is that a final mouseclick or keypress action<br>
is required to select window.<br>
<br>
It was suggested that the "stopInteractive" option would take care of<br>
the issue but it was never clearly described or confirmed how.<br></blockquote><div><br></div><div>Playing with it myself, I don't think it's possible in 3.5.0.. but I've got a patch where it is working now.</div>
<div><br></div><div><a href="http://git.io/IqBWhA">http://git.io/IqBWhA</a></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm currently running 3.5.0 and I'm still in the dark on how to<br>
achieve this functionality. Any updates or hints?<br>
<br>
> ~/.config/openbox/rc.xml:<br>
><br>
> <context name="Desktop"><br>
> <mousebind button="Up" action="Click"><br>
> <action name="PreviousWindow"><br>
> <dialog>no</dialog><br>
> <bar>yes</bar><br>
> <raise>yes</raise><br>
> <linear>no</linear><br>
> <finalactions><br>
> <action name="Focus"/><br>
> <stopInteractive>yes</stopInteractive><br>
> </finalactions><br>
> </action><br>
> </mousebind><br>
> <mousebind button="Down" action="Click"><br>
> <action name="NextWindow"><br>
> <dialog>no</dialog><br>
> <bar>yes</bar><br>
> <raise>yes</raise><br>
> <linear>no</linear><br>
> <finalactions><br>
> <action name="Focus"/><br>
> <stopInteractive>true</stopInteractive><br>
> </finalactions><br>
> </action><br>
> </mousebind><br>
> </context><br>
<br>
It doesn't seem to matter whether I set <stopInteractive> to "yes" or<br>
"true". I've tried putting this line within <finalaction>, within<br>
<action name="NextWindow">, before, after, and all combinations.<br>
_______________________________________________<br>
openbox mailing list<br>
<a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
</blockquote></div><br>