[openbox] window cycling dialog

Mikael Magnusson mikachu at gmail.com
Wed Aug 3 10:59:40 EDT 2011


On 3 August 2011 16:55, Roman Pořízka <porizka at gmail.com> wrote:
> On Wed, Aug 3, 2011 at 4:33 PM, Mikael Magnusson <mikachu at gmail.com> wrote:
>>
>> On 3 August 2011 13:00, David Vogt <dv at adfinis.ch> wrote:
>> > Hi!
>> >
>> > I think you found a bug - the <dialog>no</dialog> also fails in the
>> > SendToDesktop* actions, for example.
>> >
>> > Or maybe this is a feature that was removed intentionally? Maybe someone
>> > of
>> > the main developers could throw in a word?
>>
>> I think it's a minor mistake. When we added the listmode, the value
>> changed from a boolean, and the new code looks for the word "none",
>> not "no", to disable the dialog.
>
> Thanks a lot! Both changes together are working now! So the correct XML code
> is:
>   <keybind key="A-Tab">
>       <action name="NextWindow">
>         <dialog>none</dialog>
>       </action>
>     </keybind>
>     <keybind key="A-S-Tab">
>       <action name="PreviousWindow">
>         <dialog>none</dialog>
>       </action>
>     </keybind>
> Could you please correct the documentation at the url:
> http://openbox.org/wiki/Help:Actions#NextWindow ?

A lot of documentation needs updating, many of the action names
changed too (the old ones still work obviously).

-- 
Mikael Magnusson


More information about the openbox mailing list