diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt index 69e17db..5d8761d 100644 --- a/doc/asciidoc/fluxbox-keys.txt +++ b/doc/asciidoc/fluxbox-keys.txt | |||
@@ -88,12 +88,12 @@ Commands can also be bound to mouse events ('N' denotes the number of the | |||
88 | button, eg. '1' is the primary button, '4'/'5' are the wheel buttons): | 88 | button, eg. '1' is the primary button, '4'/'5' are the wheel buttons): |
89 | 89 | ||
90 | *MouseN*;; | 90 | *MouseN*;; |
91 | The mouse button 'N' is pressed down and holded. | 91 | The mouse button 'N' is pressed down and held. |
92 | *ClickN*;; | 92 | *ClickN*;; |
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 holded, the binded action is triggered | 96 | The mouse button 'N' is currently held, the binded action is triggered |
97 | as often as the mouse moves. | 97 | as often as the mouse moves. |
98 | 98 | ||
99 | 99 | ||
@@ -610,7 +610,7 @@ include::client-patterns.txt[] | |||
610 | 610 | ||
611 | FILES | 611 | FILES |
612 | ----- | 612 | ----- |
613 | *\~/.fluxbox/keys*:: | 613 | *~/.fluxbox/keys*:: |
614 | This is the default location for the keybinding definitions. | 614 | This is the default location for the keybinding definitions. |
615 | */usr/X11R6/include/X11/keysymdef.h*:: | 615 | */usr/X11R6/include/X11/keysymdef.h*:: |
616 | X key names are in this file. | 616 | X key names are in this file. |