<div class="gmail_quote">On Wed, Aug 3, 2011 at 4:33 PM, Mikael Magnusson <span dir="ltr">&lt;<a href="mailto:mikachu@gmail.com">mikachu@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On 3 August 2011 13:00, David Vogt &lt;<a href="mailto:dv@adfinis.ch">dv@adfinis.ch</a>&gt; wrote:<br>
&gt; Hi!<br>
&gt;<br>
&gt; On 03/08/11 12:00, Roman Pořízka wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hello,<br>
&gt;&gt; I have tried openbox 3.5 today and I&#39;ve been using the least overlap<br>
&gt;&gt; patch, but I cannot switch of the window cycling dialog... In my rc.xml<br>
&gt;&gt; is:<br>
&gt;<br>
&gt; I don&#39;t think that the least-overlap patch has something to do with it. But:<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; &lt;keybind key=&quot;A-Tab&quot;&gt;<br>
&gt;&gt; &lt;action name=&quot;NextWindow&quot;/&gt;<br>
&gt;&gt; &lt;dialog&gt;no&lt;/dialog&gt;<br>
&gt;&gt; &lt;/keybind&gt;<br>
&gt;<br>
&gt; As of my understanding, the &lt;dialog&gt; should be places inside the action,<br>
&gt; like this:<br>
&gt;<br>
&gt;    &lt;keybind key=&quot;A-Tab&quot;&gt;<br>
&gt;      &lt;action name=&quot;NextWindow&quot;&gt;<br>
&gt;        &lt;dialog&gt;no&lt;/dialog&gt;<br>
&gt;      &lt;/action&gt;<br>
&gt;    &lt;/keybind&gt;<br>
&gt;<br>
&gt; However, this doesn&#39;t work for me either.<br>
&gt;<br>
&gt;&gt; [...]<br>
&gt;&gt;<br>
&gt;&gt; Could you please tell me, what am I doing wrong?<br>
&gt;<br>
&gt; I think you found a bug - the &lt;dialog&gt;no&lt;/dialog&gt; also fails in the<br>
&gt; SendToDesktop* actions, for example.<br>
&gt;<br>
&gt; Or maybe this is a feature that was removed intentionally? Maybe someone of<br>
&gt; the main developers could throw in a word?<br>
<br>
</div></div>I think it&#39;s a minor mistake. When we added the listmode, the value<br>
changed from a boolean, and the new code looks for the word &quot;none&quot;,<br>
not &quot;no&quot;, to disable the dialog.<br>
<br>
--<br>
<font color="#888888">Mikael Magnusson<br>
</font><div><div></div><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><div><br></div><div>Thanks a lot! Both changes together are working now! So the correct XML code is:</div><div><br></div><div><div>  &lt;keybind key=&quot;A-Tab&quot;&gt;</div><div>      &lt;action name=&quot;NextWindow&quot;&gt;</div>
<div>        &lt;dialog&gt;none&lt;/dialog&gt;</div><div>      &lt;/action&gt;</div><div>    &lt;/keybind&gt;</div><div>    &lt;keybind key=&quot;A-S-Tab&quot;&gt;</div><div>      &lt;action name=&quot;PreviousWindow&quot;&gt;</div>
<div>        &lt;dialog&gt;none&lt;/dialog&gt;</div><div>      &lt;/action&gt;</div><div>    &lt;/keybind&gt;</div></div><div><br></div><div>Could you please correct the documentation at the url: <a href="http://openbox.org/wiki/Help:Actions#NextWindow">http://openbox.org/wiki/Help:Actions#NextWindow</a> ?</div>
<div><br></div><div>Thanks a lot and regards,</div><div>Roman Porizka</div>