On Mon, Oct 1, 2012 at 7:58 PM, Tom Wizetek <span dir="ltr">&lt;<a href="mailto:tom@wizetek.com" target="_blank">tom@wizetek.com</a>&gt;</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&#39;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 &quot;stopInteractive&quot; 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&#39;t think it&#39;s possible in 3.5.0.. but I&#39;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&#39;m currently running 3.5.0 and I&#39;m still in the dark on how to<br>
achieve this functionality. Any updates or hints?<br>
<br>
&gt; ~/.config/openbox/rc.xml:<br>
&gt;<br>
&gt;   &lt;context name=&quot;Desktop&quot;&gt;<br>
&gt;     &lt;mousebind button=&quot;Up&quot; action=&quot;Click&quot;&gt;<br>
&gt;       &lt;action name=&quot;PreviousWindow&quot;&gt;<br>
&gt;         &lt;dialog&gt;no&lt;/dialog&gt;<br>
&gt;         &lt;bar&gt;yes&lt;/bar&gt;<br>
&gt;         &lt;raise&gt;yes&lt;/raise&gt;<br>
&gt;         &lt;linear&gt;no&lt;/linear&gt;<br>
&gt;         &lt;finalactions&gt;<br>
&gt;           &lt;action name=&quot;Focus&quot;/&gt;<br>
&gt;           &lt;stopInteractive&gt;yes&lt;/stopInteractive&gt;<br>
&gt;         &lt;/finalactions&gt;<br>
&gt;       &lt;/action&gt;<br>
&gt;     &lt;/mousebind&gt;<br>
&gt;     &lt;mousebind button=&quot;Down&quot; action=&quot;Click&quot;&gt;<br>
&gt;       &lt;action name=&quot;NextWindow&quot;&gt;<br>
&gt;         &lt;dialog&gt;no&lt;/dialog&gt;<br>
&gt;         &lt;bar&gt;yes&lt;/bar&gt;<br>
&gt;         &lt;raise&gt;yes&lt;/raise&gt;<br>
&gt;         &lt;linear&gt;no&lt;/linear&gt;<br>
&gt;         &lt;finalactions&gt;<br>
&gt;           &lt;action name=&quot;Focus&quot;/&gt;<br>
&gt;           &lt;stopInteractive&gt;true&lt;/stopInteractive&gt;<br>
&gt;         &lt;/finalactions&gt;<br>
&gt;       &lt;/action&gt;<br>
&gt;     &lt;/mousebind&gt;<br>
&gt;   &lt;/context&gt;<br>
<br>
It doesn&#39;t seem to matter whether I set &lt;stopInteractive&gt; to &quot;yes&quot; or<br>
&quot;true&quot;. I&#39;ve tried putting this line within &lt;finalaction&gt;, within<br>
&lt;action name=&quot;NextWindow&quot;&gt;, 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>