mirror of
https://github.com/labwc/labwc.git
synced 2026-05-06 06:47:33 -04:00
Add Next/PreviousWindowImmediate to switch windows without OSD
Some checks failed
labwc.github.io / notify (push) Has been cancelled
Some checks failed
labwc.github.io / notify (push) Has been cancelled
Co-authored-by: @johanmalm
This commit is contained in:
parent
bc7498dc6f
commit
6ce25978e7
7 changed files with 94 additions and 9 deletions
|
|
@ -126,13 +126,18 @@ Actions are used in menus and keyboard/mouse bindings.
|
|||
position if it had been maximized or tiled to a direction or region.
|
||||
|
||||
*<action name="NextWindow" workspace="current" output="all" identifier="all" />*++
|
||||
*<action name="PreviousWindow" workspace="current" output="all" identifier="all" />*
|
||||
*<action name="PreviousWindow" workspace="current" output="all" identifier="all" />*++
|
||||
*<action name="NextWindowImmediate" workspace="current" output="all" identifier="all" />*++
|
||||
*<action name="PreviousWindowImmediate" workspace="current" output="all" identifier="all" />*++
|
||||
Cycle focus to next/previous window, respectively.
|
||||
|
||||
Default keybinds for NextWindow and PreviousWindow are Alt-Tab and
|
||||
Shift-Alt-Tab. While cycling through windows, the arrow keys move the
|
||||
selected window forwards/backwards and the escape key halts the cycling.
|
||||
|
||||
NextWindowImmediate and PreviousWindowImmediate skip the Window Switcher
|
||||
and OSD, useful for binding to keys without modifiers.
|
||||
|
||||
*workspace* [all|current]
|
||||
This determines whether to cycle through windows on all workspaces or the
|
||||
current workspace. Default is "current".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue