diff options
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 4 | ||||
-rw-r--r-- | doc/fluxbox-keys.5.in | 22 |
2 files changed, 24 insertions, 2 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*;; |
diff --git a/doc/fluxbox-keys.5.in b/doc/fluxbox-keys.5.in index 279c1f7..cfef46e 100644 --- a/doc/fluxbox-keys.5.in +++ b/doc/fluxbox-keys.5.in | |||
@@ -1,12 +1,12 @@ | |||
1 | .\" Title: fluxbox-keys | 1 | .\" Title: fluxbox-keys |
2 | .\" Author: [see the "AUTHORS" section] | 2 | .\" Author: [see the "AUTHORS" section] |
3 | .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/> | 3 | .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/> |
4 | .\" Date: 03/14/2009 | 4 | .\" Date: 05/27/2009 |
5 | .\" Manual: Fluxbox Manual | 5 | .\" Manual: Fluxbox Manual |
6 | .\" Source: fluxbox-keys.txt 1.1.2 | 6 | .\" Source: fluxbox-keys.txt 1.1.2 |
7 | .\" Language: English | 7 | .\" Language: English |
8 | .\" | 8 | .\" |
9 | .TH "FLUXBOX\-KEYS" "5" "03/14/2009" "fluxbox\-keys\&.txt 1\&.1\&.2" "Fluxbox Manual" | 9 | .TH "FLUXBOX\-KEYS" "5" "05/27/2009" "fluxbox\-keys\&.txt 1\&.1\&.2" "Fluxbox Manual" |
10 | .\" ----------------------------------------------------------------- | 10 | .\" ----------------------------------------------------------------- |
11 | .\" * (re)Define some macros | 11 | .\" * (re)Define some macros |
12 | .\" ----------------------------------------------------------------- | 12 | .\" ----------------------------------------------------------------- |
@@ -250,6 +250,24 @@ Fires when the workspace changes\&. This can be used to change backgrounds or do | |||
250 | below for one idea\&. | 250 | below for one idea\&. |
251 | .RE | 251 | .RE |
252 | .RE | 252 | .RE |
253 | .if n \{\ | ||
254 | .sp | ||
255 | .\} | ||
256 | .RS 4 | ||
257 | .BM yellow | ||
258 | .it 1 an-trap | ||
259 | .nr an-no-space-flag 1 | ||
260 | .nr an-break-flag 1 | ||
261 | .br | ||
262 | .ps +1 | ||
263 | \fBWarning\fR | ||
264 | .ps -1 | ||
265 | .br | ||
266 | .sp | ||
267 | Use caution with this event! For example, do NOT bind this to any action that changes your current workspace\&. If you break your fluxbox with this feature, you get to keep the pieces\&. | ||
268 | .sp .5v | ||
269 | .EM yellow | ||
270 | .RE | ||
253 | .SH "CHAINING" | 271 | .SH "CHAINING" |
254 | .sp | 272 | .sp |
255 | Key bindings can be chained in a fashion similar to Emacs key bindings using the syntax: | 273 | Key bindings can be chained in a fashion similar to Emacs key bindings using the syntax: |