[openbox] immediate "NextWindow" without dialog?

Knute knuteh at yahoo.com
Mon Dec 8 23:07:00 EST 2008



Knute


--- On Mon, 12/8/08, Chengqi(Lars) Song <songcq at gmail.com> wrote:

> From: Chengqi(Lars) Song <songcq at gmail.com>
> Subject: [openbox] immediate "NextWindow" without dialog?
> To: "openbox" <openbox at icculus.org>
> Date: Monday, December 8, 2008, 9:17 PM
> hi,
> 
> I want to switch to next/previous window in an immediate
> way. The default bind 'A-Tab' and 'A-S-Tab'
> can switch but the default configuration always show a
> dialog up:
> 
>         <keybind key="A-Tab">
>             <action name="NextWindow"/>
>         </keybind>
>         <keybind key="A-S-Tab">
>             <action name="PreviousWindow"/>
>         </keybind>
>
[...]
> 
> Is there any way in openbox to achieve
> immediate-double-directional-window-switching? Thanks.
> 
Yes.

PrevWindow and NextWindow have a dialog option.

So:
         <keybind key="A-Tab">
             <action name="NextWindow"
/>
         </keybind>
         <keybind key="A-S-Tab">
             <action name="PreviousWindow"/>
         </keybind>


      



More information about the openbox mailing list