From 39cacd1da802e4aa2cd4fdeacf0cf2b436d87dfa Mon Sep 17 00:00:00 2001 From: simonb Date: Sun, 23 Apr 2006 10:11:23 +0000 Subject: update docs for Next/PrevWindow commands --- ChangeLog | 3 +++ doc/asciidoc/fluxbox.txt | 16 ++++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index f43c672..1b3fd87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 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 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. -- cgit v0.11.2