diff options
author | Thomas Lübking <thomas.luebking@gmail.com> | 2016-09-13 07:37:46 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2016-09-21 18:52:14 (GMT) |
commit | 2678060eae574f3ff0858cd7907feaeb3c1f43df (patch) | |
tree | 4fb4fb7ab2f256566354767aecb34b1b9672ecb0 /doc/asciidoc | |
parent | 4545f4dac81f61b7e99769006888a8688eeb542c (diff) | |
download | fluxbox-2678060eae574f3ff0858cd7907feaeb3c1f43df.zip fluxbox-2678060eae574f3ff0858cd7907feaeb3c1f43df.tar.bz2 |
implement ON_SLIT actions
On the run, make it raise on left-clicks (like the toolbar)
The enum already existed ;-)
REQUEST: 113
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt index b7ae264..26a148b 100644 --- a/doc/asciidoc/fluxbox-keys.txt +++ b/doc/asciidoc/fluxbox-keys.txt | |||
@@ -62,6 +62,9 @@ There are also some special modifiers that refer to mouse button events::: | |||
62 | *OnToolbar*;; | 62 | *OnToolbar*;; |
63 | The mouse cursor is over the toolbar (which is normally at the bottom | 63 | The mouse cursor is over the toolbar (which is normally at the bottom |
64 | of the screen). | 64 | of the screen). |
65 | *OnSlit*;; | ||
66 | The mouse cursor is over the mystic slit (the thing that collects dock type | ||
67 | windows). | ||
65 | *OnWindow*;; | 68 | *OnWindow*;; |
66 | The mouse cursor is over a window. | 69 | The mouse cursor is over a window. |
67 | *OnTitlebar*;; | 70 | *OnTitlebar*;; |