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