update docs for Next/PrevWindow commands
This commit is contained in:
parent
97c89e64b3
commit
39cacd1da8
2 changed files with 13 additions and 6 deletions
|
@ -1,6 +1,9 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 0.9.16:
|
||||
*06/04/23:
|
||||
* Update documentation for Next/PrevWindow (Simon / thanks Jonas
|
||||
Koelker), sf.net patch #1474825
|
||||
doc/asciidoc/fluxbox.txt
|
||||
* Focus singular windows on a workspace (Simon / thanks Jonas Koelker)
|
||||
sf.net patch #1474722
|
||||
Window.cc
|
||||
|
|
|
@ -1158,14 +1158,18 @@ Couple of things
|
|||
moving to the previous windows, not the next one.
|
||||
|
||||
- PrevWindow/NextWindow parameters take an integer:
|
||||
0 or unspecified = Default/current behavior - no skipping
|
||||
1 = Skip lower tabs
|
||||
0 or unspecified = Default/current behavior - most recently used.
|
||||
1 = Groups instead of Windows - only visit one tab in each group
|
||||
2 = Skip stuck windows
|
||||
3 = Skip lower tabs/stuck windows
|
||||
4 = Skip shaded windows
|
||||
5 = Skip lower tabs/shaded windows
|
||||
6 = Skip stuck windows/shaded windows
|
||||
7 = Skip lower tabs/stuck windows/shaded windows
|
||||
8 = Switch between windows `linearly'; that is, if you repeatedly
|
||||
press the NextWindow key, you will walk through all windows in the,
|
||||
order that they were opened, instead of switching back and forth
|
||||
between the most recently focused windows.
|
||||
|
||||
To combine any of these effects, add the corresponding numbers.
|
||||
For instance, 14 means switch linearly, skipping stuck and shaded
|
||||
windows.
|
||||
|
||||
- Bindkey will append key string and action to your keys file and bind the key.
|
||||
|
||||
|
|
Loading…
Reference in a new issue