diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-05 12:00:48 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-05 12:00:48 (GMT) |
commit | 22aa93c56de131b80dfb161615650c4fb6cf6832 (patch) | |
tree | d68fe96088759ea952ff8f4b7214411be9541f46 /doc | |
parent | 24bea22035e79c17fa6b6fdcd60f88e4eac467d8 (diff) | |
download | fluxbox-22aa93c56de131b80dfb161615650c4fb6cf6832.zip fluxbox-22aa93c56de131b80dfb161615650c4fb6cf6832.tar.bz2 |
fix the Focus key command
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 9 | ||||
-rw-r--r-- | doc/fluxbox-keys.5 | 14 |
2 files changed, 17 insertions, 6 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt index 70f3b66..e52ffa8 100644 --- a/doc/asciidoc/fluxbox-keys.txt +++ b/doc/asciidoc/fluxbox-keys.txt | |||
@@ -163,10 +163,13 @@ BottomRight* | |||
163 | 163 | ||
164 | Window Commands | 164 | Window Commands |
165 | ~~~~~~~~~~~~~~~ | 165 | ~~~~~~~~~~~~~~~ |
166 | These commands affect only the currently focused window. | 166 | These commands ordinarily affect only the currently focused window. The |
167 | *OnWindow* modifier and *ForEach* command may affect the window that is used. | ||
167 | 168 | ||
168 | *Activate* | *Focus*:: | 169 | *Activate* ['pattern'] | *Focus* ['pattern']:: |
169 | Set the focus to the window matching the argument, and raise it. | 170 | Set the focus to the window matching the argument. If 'pattern' is |
171 | omitted, this may be used with the *OnWindow* modifier to set the | ||
172 | focus. See *CLIENT PATTERNS* for more about the 'pattern' arguments. | ||
170 | 173 | ||
171 | *Minimize* | *MinimizeWindow* | *Iconify*:: | 174 | *Minimize* | *MinimizeWindow* | *Iconify*:: |
172 | Minimize the current window, equivalent to the window button. | 175 | Minimize the current window, equivalent to the window button. |
diff --git a/doc/fluxbox-keys.5 b/doc/fluxbox-keys.5 index aa0523a..75af5ab 100644 --- a/doc/fluxbox-keys.5 +++ b/doc/fluxbox-keys.5 | |||
@@ -165,11 +165,19 @@ By default \fIcorner\fR is \fBBottomRight\fR, but may be overridden with one of: | |||
165 | Start dragging to add this window to another\'s tabgroup\. | 165 | Start dragging to add this window to another\'s tabgroup\. |
166 | .RE | 166 | .RE |
167 | .SS "Window Commands" | 167 | .SS "Window Commands" |
168 | These commands affect only the currently focused window\. | 168 | These commands ordinarily affect only the currently focused window\. The \fBOnWindow\fR modifier and \fBForEach\fR command may affect the window that is used\. |
169 | .PP | 169 | .PP |
170 | \fBActivate\fR | \fBFocus\fR | 170 | \fBActivate\fR [\fIpattern\fR] | \fBFocus\fR [\fIpattern\fR] |
171 | .RS 4 | 171 | .RS 4 |
172 | Set the focus to the window matching the argument, and raise it\. | 172 | Set the focus to the window matching the argument\. If |
173 | \fIpattern\fR | ||
174 | is omitted, this may be used with the | ||
175 | \fBOnWindow\fR | ||
176 | modifier to set the focus\. See | ||
177 | \fBCLIENT PATTERNS\fR | ||
178 | for more about the | ||
179 | \fIpattern\fR | ||
180 | arguments\. | ||
173 | .RE | 181 | .RE |
174 | .PP | 182 | .PP |
175 | \fBMinimize\fR | \fBMinimizeWindow\fR | \fBIconify\fR | 183 | \fBMinimize\fR | \fBMinimizeWindow\fR | \fBIconify\fR |