On Sat, Oct 6, 2012 at 9:00 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">

<div class="im">On Sat, Oct 6, 2012 at 3:47 PM, Dana Jansens &lt;<a href="mailto:dana@orodu.net">dana@orodu.net</a>&gt; wrote:<br>
&gt; On Tue, Oct 2, 2012 at 1:38 AM, Tom Wizetek &lt;<a href="mailto:tom@wizetek.com">tom@wizetek.com</a>&gt; wrote:<br>
&gt;&gt; On Mon, Oct 1, 2012 at 10:35 PM, Dana Jansens &lt;<a href="mailto:dana@orodu.net">dana@orodu.net</a>&gt; wrote:<br>
&gt;&gt; &gt; Playing with it myself, I don&#39;t think it&#39;s possible in 3.5.0.. but I&#39;ve<br>
&gt;&gt; &gt; got<br>
&gt;&gt; &gt; a patch where it is working now.<br>
&gt;&gt;<br>
&gt;&gt; &lt;action name=&quot;PreviousWindow&quot;&gt;<br>
&gt;&gt; works nicely<br>
&gt;&gt; but<br>
&gt;&gt; &lt;action name=&quot;NextWindow&quot;&gt;<br>
&gt;&gt; only toggles between 2 ...or is it me?<br>
&gt;<br>
&gt;<br>
&gt; &lt;linear&gt;yes&lt;/linear&gt;<br>
&gt;<br>
&gt; Otherwise forward goes to the most recently focused window next.<br>
<br>
</div>This indeed solved that problem! It&#39;s almost nirvana... however, the<br>
new behaviour affects the Alt-Tab keybinding and breaks &lt;dialog&gt;. Is<br>
there any way to separate it from mouse cycling? Here&#39;s what I got:<br></blockquote><div><br></div><div>Don&#39;t set interactive=no in your A-Tab binding, only in your mouse wheel binding?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


    &lt;keybind key=&quot;A-Tab&quot;&gt;<br>
      &lt;action name=&quot;NextWindow&quot;&gt;<br>
        &lt;linear&gt;yes&lt;/linear&gt;<br>
        &lt;raise&gt;yes&lt;/raise&gt;<br>
        &lt;bar&gt;yes&lt;/bar&gt;<br>
        &lt;dialog&gt;list&lt;/dialog&gt;<br>
        &lt;interactive&gt;no&lt;/interactive&gt;<br>
      &lt;/action&gt;<br>
     ...<br>
<br>
Many thanks for your involvement, Dana.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br>