diff options
author | Jim Ramsay <i.am@jimramsay.com> | 2009-05-27 12:40:00 (GMT) |
---|---|---|
committer | Jim Ramsay <i.am@jimramsay.com> | 2009-05-27 12:40:00 (GMT) |
commit | 71b639936f079e2a8d57cf6e43bf48600f9d639b (patch) | |
tree | e2fb28fd13f833ebb470df90eeeb4f21ba660277 /doc/asciidoc | |
parent | 54b49c63a641fb742f014403c924ae8f81f73824 (diff) | |
download | fluxbox-71b639936f079e2a8d57cf6e43bf48600f9d639b.zip fluxbox-71b639936f079e2a8d57cf6e43bf48600f9d639b.tar.bz2 |
Added warning for "ChangeWorkspace" event
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt index 5c8a210..1a1548d 100644 --- a/doc/asciidoc/fluxbox-keys.txt +++ b/doc/asciidoc/fluxbox-keys.txt | |||
@@ -96,6 +96,10 @@ There are some special "keys" that let you bind events to non-keyboard events::: | |||
96 | do anything else you like when you switch to a new workspace. See the | 96 | do anything else you like when you switch to a new workspace. See the |
97 | *EXAMPLES* below for one idea. | 97 | *EXAMPLES* below for one idea. |
98 | 98 | ||
99 | WARNING: Use caution with this event! For example, do NOT bind this to any | ||
100 | action that changes your current workspace. If you break your fluxbox with this | ||
101 | feature, you get to keep the pieces. | ||
102 | |||
99 | //////////////// | 103 | //////////////// |
100 | TODO: Advanced users only? | 104 | TODO: Advanced users only? |
101 | *FocusIn* / *FocusOut*;; | 105 | *FocusIn* / *FocusOut*;; |