[openbox] Possible bug within NextWindow and PrevWindow?

Dana Jansens dana at orodu.net
Wed Oct 19 20:36:06 EDT 2011


On Wed, Oct 19, 2011 at 8:19 PM, Israel Jacques <mrkotfw at gmail.com> wrote:
> How inconsiderate of me ;)
> <keybind key="W-j">
>   <action name="NextWindow">
>     <dialog>no</dialog>
>     <linear>yes</linear>
>     <finalactions>
>       <action name="Focus"/>
>       <raise>no</raise>
>     </finalactions>
>   </action>
> </keybind>
> <keybind key="W-S-j">
>   <action name="NextWindow">
>     <dialog>no</dialog>
>     <raise>yes</raise>
>     <linear>yes</linear>
>   </action>
> </keybind>
> <keybind key="W-k">
>   <action name="PreviousWindow">
>     <dialog>no</dialog>
>     <linear>yes</linear>
>     <finalactions>
>       <action name="Focus"/>
>       <raise>no</raise>
>     </finalactions>
>   </action>
> </keybind>
> <keybind key="W-S-k">
>   <action name="PreviousWindow">
>     <dialog>no</dialog>
>     <raise>yes</raise>
>     <linear>yes</linear>
>   </action>
> </keybind>

You can delete all the <raise>no</raise in the finalactions.  It's
just a list of actions, so that's getting ignored right now.

> On Wed, Oct 19, 2011 at 07:20, Ikem Krueger <ikem.krueger at googlemail.com>
> wrote:
>>
>> > 2011/10/19 Israel Jacques <mrkotfw at gmail.com>:
>>
>> > Nevermind. I Googled a bit and found a solution.
>>
>> What was the solution? :)
>> _______________________________________________
>> openbox mailing list
>> openbox at icculus.org
>> http://icculus.org/mailman/listinfo/openbox
>
>
> _______________________________________________
> openbox mailing list
> openbox at icculus.org
> http://icculus.org/mailman/listinfo/openbox
>
>


More information about the openbox mailing list