aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-23 10:11:23 (GMT)
committersimonb <simonb>2006-04-23 10:11:23 (GMT)
commit39cacd1da802e4aa2cd4fdeacf0cf2b436d87dfa (patch)
tree4e2e3cad1a584d2f9e093ff1bd99a1763d438c86 /doc
parent97c89e64b3899cbc6fc94b93574519344a79c750 (diff)
downloadfluxbox-39cacd1da802e4aa2cd4fdeacf0cf2b436d87dfa.zip
fluxbox-39cacd1da802e4aa2cd4fdeacf0cf2b436d87dfa.tar.bz2
update docs for Next/PrevWindow commands
Diffstat (limited to 'doc')
-rw-r--r--doc/asciidoc/fluxbox.txt16
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