diff options
author | Jim Ramsay <i.am@jimramsay.com> | 2009-02-20 16:37:23 (GMT) |
---|---|---|
committer | Jim Ramsay <i.am@jimramsay.com> | 2009-05-26 20:16:07 (GMT) |
commit | ce1fb1cf8e56f21051e15257e8198d7a5c5b49e5 (patch) | |
tree | 679eddac01ce1864b8fe300c6e4c3dcd5e588ee3 /doc/asciidoc/fluxbox-keys.txt | |
parent | f68ff84bd1fd579bf9940e7edd9777c54aee1d11 (diff) | |
download | fluxbox_pavel-ce1fb1cf8e56f21051e15257e8198d7a5c5b49e5.zip fluxbox_pavel-ce1fb1cf8e56f21051e15257e8198d7a5c5b49e5.tar.bz2 |
Added note on ChangeWorkspace
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 |