On Sat, Oct 6, 2012 at 9:00 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">
<div class="im">On Sat, Oct 6, 2012 at 3:47 PM, Dana Jansens <<a href="mailto:dana@orodu.net">dana@orodu.net</a>> wrote:<br>
> On Tue, Oct 2, 2012 at 1:38 AM, Tom Wizetek <<a href="mailto:tom@wizetek.com">tom@wizetek.com</a>> wrote:<br>
>> On Mon, Oct 1, 2012 at 10:35 PM, Dana Jansens <<a href="mailto:dana@orodu.net">dana@orodu.net</a>> wrote:<br>
>> > Playing with it myself, I don't think it's possible in 3.5.0.. but I've<br>
>> > got<br>
>> > a patch where it is working now.<br>
>><br>
>> <action name="PreviousWindow"><br>
>> works nicely<br>
>> but<br>
>> <action name="NextWindow"><br>
>> only toggles between 2 ...or is it me?<br>
><br>
><br>
> <linear>yes</linear><br>
><br>
> Otherwise forward goes to the most recently focused window next.<br>
<br>
</div>This indeed solved that problem! It's almost nirvana... however, the<br>
new behaviour affects the Alt-Tab keybinding and breaks <dialog>. Is<br>
there any way to separate it from mouse cycling? Here's what I got:<br></blockquote><div><br></div><div>Don'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">
<keybind key="A-Tab"><br>
<action name="NextWindow"><br>
<linear>yes</linear><br>
<raise>yes</raise><br>
<bar>yes</bar><br>
<dialog>list</dialog><br>
<interactive>no</interactive><br>
</action><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>