diff options
Diffstat (limited to 'doc/asciidoc/fluxbox-keys.txt')
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt index 9edb22b..968f4b7 100644 --- a/doc/asciidoc/fluxbox-keys.txt +++ b/doc/asciidoc/fluxbox-keys.txt | |||
@@ -90,10 +90,13 @@ name is *Mouse*'n' where 'n' is the number of the mouse button. For example, | |||
90 | events, in normal configurations. *xev(1)* can also be used to tell the button | 90 | events, in normal configurations. *xev(1)* can also be used to tell the button |
91 | number. | 91 | number. |
92 | 92 | ||
93 | //////////////// | ||
94 | There are some special "keys" that let you bind events to non-keyboard events::: | 93 | There are some special "keys" that let you bind events to non-keyboard events::: |
95 | *ChangeWorkspace*;; | 94 | *ChangeWorkspace*;; |
96 | Fires when the workspace changes | 95 | Fires when the workspace changes. This can be used to change backgrounds or |
96 | do anything else you like when you switch to a new workspace. See the | ||
97 | *EXAMPLES* below for one idea. | ||
98 | |||
99 | //////////////// | ||
97 | TODO: Advanced users only? | 100 | TODO: Advanced users only? |
98 | *FocusIn* / *FocusOut*;; | 101 | *FocusIn* / *FocusOut*;; |
99 | Fires when the focus is given to or removed from a window. It may be | 102 | Fires when the focus is given to or removed from a window. It may be |
@@ -103,8 +106,8 @@ TODO: Advanced users only? | |||
103 | Fires when the mouse cursor enters or leaves a specific area of the | 106 | Fires when the mouse cursor enters or leaves a specific area of the |
104 | screen. It may be useful to combine this with the 'On*' modifiers | 107 | screen. It may be useful to combine this with the 'On*' modifiers |
105 | detailed above and/or the 'If' command. | 108 | detailed above and/or the 'If' command. |
106 | |||
107 | //////////////// | 109 | //////////////// |
110 | |||
108 | CHAINING | 111 | CHAINING |
109 | -------- | 112 | -------- |
110 | Key bindings can be chained in a fashion similar to Emacs key bindings using the | 113 | Key bindings can be chained in a fashion similar to Emacs key bindings using the |