diff options
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index b05cc14..536e8d1 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -1158,14 +1158,18 @@ Couple of things | |||
1158 | moving to the previous windows, not the next one. | 1158 | moving to the previous windows, not the next one. |
1159 | 1159 | ||
1160 | - PrevWindow/NextWindow parameters take an integer: | 1160 | - PrevWindow/NextWindow parameters take an integer: |
1161 | 0 or unspecified = Default/current behavior - no skipping | 1161 | 0 or unspecified = Default/current behavior - most recently used. |
1162 | 1 = Skip lower tabs | 1162 | 1 = Groups instead of Windows - only visit one tab in each group |
1163 | 2 = Skip stuck windows | 1163 | 2 = Skip stuck windows |
1164 | 3 = Skip lower tabs/stuck windows | ||
1165 | 4 = Skip shaded windows | 1164 | 4 = Skip shaded windows |
1166 | 5 = Skip lower tabs/shaded windows | 1165 | 8 = Switch between windows `linearly'; that is, if you repeatedly |
1167 | 6 = Skip stuck windows/shaded windows | 1166 | press the NextWindow key, you will walk through all windows in the, |
1168 | 7 = Skip lower tabs/stuck windows/shaded windows | 1167 | order that they were opened, instead of switching back and forth |
1168 | between the most recently focused windows. | ||
1169 | |||
1170 | To combine any of these effects, add the corresponding numbers. | ||
1171 | For instance, 14 means switch linearly, skipping stuck and shaded | ||
1172 | windows. | ||
1169 | 1173 | ||
1170 | - Bindkey will append key string and action to your keys file and bind the key. | 1174 | - Bindkey will append key string and action to your keys file and bind the key. |
1171 | 1175 | ||