diff options
Diffstat (limited to 'doc/asciidoc/fluxbox-keys.txt')
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt index 8915452..60d6e6f 100644 --- a/doc/asciidoc/fluxbox-keys.txt +++ b/doc/asciidoc/fluxbox-keys.txt | |||
@@ -93,7 +93,7 @@ button, eg. '1' is the primary button, '4'/'5' are the wheel buttons): | |||
93 | The mouse button 'N' is clicked (pressed and released with no | 93 | The mouse button 'N' is clicked (pressed and released with no |
94 | movement in between) | 94 | movement in between) |
95 | *MoveN*;; | 95 | *MoveN*;; |
96 | The mouse button 'N' is currently held, the binded action is triggered | 96 | The mouse button 'N' is currently held, the bound action is triggered |
97 | as often as the mouse moves. | 97 | as often as the mouse moves. |
98 | 98 | ||
99 | 99 | ||
@@ -201,7 +201,8 @@ These commands ordinarily affect only the currently focused window. The | |||
201 | *MaximizeHorizontal* / *MaximizeVertical*:: | 201 | *MaximizeHorizontal* / *MaximizeVertical*:: |
202 | Maximize the current window in one direction only, leaving the other | 202 | Maximize the current window in one direction only, leaving the other |
203 | dimension unchanged. | 203 | dimension unchanged. |
204 | *Fullscreen* | 204 | |
205 | *Fullscreen*:: | ||
205 | Resize the window's content to fit the whole screen, without | 206 | Resize the window's content to fit the whole screen, without |
206 | any window decoration. | 207 | any window decoration. |
207 | 208 | ||
@@ -237,8 +238,7 @@ These commands ordinarily affect only the currently focused window. The | |||
237 | 238 | ||
238 | *SetDecor* 'decor':: | 239 | *SetDecor* 'decor':: |
239 | Sets which window decorations will be shown. 'decor' has the same format | 240 | Sets which window decorations will be shown. 'decor' has the same format |
240 | as the `[Deco]' parameter in the apps file. See `man fluxbox' section | 241 | as the `[Deco]' parameter in the apps file. See 'fluxbox-apps(5)' for more info. |
241 | APPLICATIONS for more info. | ||
242 | 242 | ||
243 | *ToggleDecor*:: | 243 | *ToggleDecor*:: |
244 | Toggles the presence of the window decorations (title bar, window | 244 | Toggles the presence of the window decorations (title bar, window |
@@ -579,11 +579,11 @@ To check other windows besides the currently focused one, see the *Every* and | |||
579 | *Some* conditions below. | 579 | *Some* conditions below. |
580 | 580 | ||
581 | *Some* 'condition':: | 581 | *Some* 'condition':: |
582 | Retuns *true* if any window on any workspace (not just the currently | 582 | Returns *true* if any window on any workspace (not just the currently |
583 | focused one) matches the 'condition'. | 583 | focused one) matches the 'condition'. |
584 | 584 | ||
585 | *Every* 'condition':: | 585 | *Every* 'condition':: |
586 | Retuns *true* if every window on every workspace (not just the | 586 | Returns *true* if every window on every workspace (not just the |
587 | current one) matches the 'condition'. | 587 | current one) matches the 'condition'. |
588 | 588 | ||
589 | *Not* 'condition':: | 589 | *Not* 'condition':: |