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/fluxbox-keys.5 | |
parent | 24bea22035e79c17fa6b6fdcd60f88e4eac467d8 (diff) | |
download | fluxbox_pavel-22aa93c56de131b80dfb161615650c4fb6cf6832.zip fluxbox_pavel-22aa93c56de131b80dfb161615650c4fb6cf6832.tar.bz2 |
fix the Focus key command
Diffstat (limited to 'doc/fluxbox-keys.5')
-rw-r--r-- | doc/fluxbox-keys.5 | 14 |
1 files changed, 11 insertions, 3 deletions
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 |