[openbox] immediate "NextWindow" without dialog?
Knute
knuteh at yahoo.com
Mon Dec 8 23:09:49 EST 2008
--- 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:
>
[..]
>
> 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"
<dialog>no</dialog>
</action>
</keybind>
<keybind key="A-S-Tab">
<action name="PreviousWindow"
<dialog>no</dialog>
</action>
</keybind>
Should fix you up like ya want.
Knute
More information about the openbox
mailing list