diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2012-11-07 09:31:30 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2012-11-07 09:31:30 (GMT) |
commit | acd5e07cd7c6a7a9c1d64ad09d6892c12b6ebbd1 (patch) | |
tree | f222f04e952f049534c344cebed9ac884d768192 /doc | |
parent | 5c5ad62846f9041684458c0ed38c4b135b7f294d (diff) | |
download | fluxbox-acd5e07cd7c6a7a9c1d64ad09d6892c12b6ebbd1.zip fluxbox-acd5e07cd7c6a7a9c1d64ad09d6892c12b6ebbd1.tar.bz2 |
Added documentation for 'OnTab'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt index 96b1141..947ff5f 100644 --- a/doc/asciidoc/fluxbox-keys.txt +++ b/doc/asciidoc/fluxbox-keys.txt | |||
@@ -66,6 +66,8 @@ There are also some special modifiers that refer to mouse button events::: | |||
66 | The mouse cursor is over a window. | 66 | The mouse cursor is over a window. |
67 | *OnTitlebar*;; | 67 | *OnTitlebar*;; |
68 | The mouse cursor is over a window's titlebar. | 68 | The mouse cursor is over a window's titlebar. |
69 | *OnTab*;; | ||
70 | The mouse cursor is over a tab. | ||
69 | *Double*;; | 71 | *Double*;; |
70 | Limits this action to double-clicks only. | 72 | Limits this action to double-clicks only. |
71 | 73 | ||