diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-02-21 07:43:13 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-02-21 07:43:13 (GMT) |
commit | ccb5ef6624636f684a941caad2d0ade4d4f7cd96 (patch) | |
tree | 5e7a68eb9a982076690c91063861fd24bc4bf1bb /doc | |
parent | bf9fb893daa0963694fee27cea60021dcf364f24 (diff) | |
download | fluxbox_paul-ccb5ef6624636f684a941caad2d0ade4d4f7cd96.zip fluxbox_paul-ccb5ef6624636f684a941caad2d0ade4d4f7cd96.tar.bz2 |
fix grammar
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt index 69e17db..f930fff 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 | ||