mirror of
https://github.com/labwc/labwc.git
synced 2026-02-07 04:07:42 -05:00
action: remember initial direction of PreviousView
...when cycling windows. Also make the toggling of direction when shift is pressed relative to the initial direction. For example if W-j is bound to PreviousWindow, subsequent key presses will continue to cycle backwards unless shift if pressed. Add documentation for using shift/arrow keys in Next/Previous
This commit is contained in:
parent
7f94486773
commit
f2755a4e2e
4 changed files with 70 additions and 24 deletions
|
|
@ -99,11 +99,14 @@ Actions are used in menus and keyboard/mouse bindings.
|
|||
Resize and move active window according to the given region.
|
||||
See labwc-config(5) for further information on how to define regions.
|
||||
|
||||
*<action name="NextWindow" />*
|
||||
Cycle focus to next window.
|
||||
|
||||
*<action name="NextWindow" />*++
|
||||
*<action name="PreviousWindow" />*
|
||||
Cycle focus to previous window.
|
||||
Cycle focus to next/previous window respectively.++
|
||||
Default keybind for NextWindow is Alt-Tab.
|
||||
|
||||
The shift key is used to reverse direction while cycling.
|
||||
|
||||
The arrow keys are used to move forwards/backwards while cycling.
|
||||
|
||||
*<action name="Reconfigure" />*
|
||||
Re-load configuration and theme files.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue