Added warning for "ChangeWorkspace" event
This commit is contained in:
parent
54b49c63a6
commit
71b639936f
2 changed files with 24 additions and 2 deletions
|
@ -96,6 +96,10 @@ There are some special "keys" that let you bind events to non-keyboard events:::
|
||||||
do anything else you like when you switch to a new workspace. See the
|
do anything else you like when you switch to a new workspace. See the
|
||||||
*EXAMPLES* below for one idea.
|
*EXAMPLES* below for one idea.
|
||||||
|
|
||||||
|
WARNING: 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.
|
||||||
|
|
||||||
////////////////
|
////////////////
|
||||||
TODO: Advanced users only?
|
TODO: Advanced users only?
|
||||||
*FocusIn* / *FocusOut*;;
|
*FocusIn* / *FocusOut*;;
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
.\" Title: fluxbox-keys
|
.\" Title: fluxbox-keys
|
||||||
.\" Author: [see the "AUTHORS" section]
|
.\" Author: [see the "AUTHORS" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
|
||||||
.\" Date: 03/14/2009
|
.\" Date: 05/27/2009
|
||||||
.\" Manual: Fluxbox Manual
|
.\" Manual: Fluxbox Manual
|
||||||
.\" Source: fluxbox-keys.txt 1.1.2
|
.\" Source: fluxbox-keys.txt 1.1.2
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "FLUXBOX\-KEYS" "5" "03/14/2009" "fluxbox\-keys\&.txt 1\&.1\&.2" "Fluxbox Manual"
|
.TH "FLUXBOX\-KEYS" "5" "05/27/2009" "fluxbox\-keys\&.txt 1\&.1\&.2" "Fluxbox Manual"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * (re)Define some macros
|
.\" * (re)Define some macros
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
@ -250,6 +250,24 @@ Fires when the workspace changes\&. This can be used to change backgrounds or do
|
||||||
below for one idea\&.
|
below for one idea\&.
|
||||||
.RE
|
.RE
|
||||||
.RE
|
.RE
|
||||||
|
.if n \{\
|
||||||
|
.sp
|
||||||
|
.\}
|
||||||
|
.RS 4
|
||||||
|
.BM yellow
|
||||||
|
.it 1 an-trap
|
||||||
|
.nr an-no-space-flag 1
|
||||||
|
.nr an-break-flag 1
|
||||||
|
.br
|
||||||
|
.ps +1
|
||||||
|
\fBWarning\fR
|
||||||
|
.ps -1
|
||||||
|
.br
|
||||||
|
.sp
|
||||||
|
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\&.
|
||||||
|
.sp .5v
|
||||||
|
.EM yellow
|
||||||
|
.RE
|
||||||
.SH "CHAINING"
|
.SH "CHAINING"
|
||||||
.sp
|
.sp
|
||||||
Key bindings can be chained in a fashion similar to Emacs key bindings using the syntax:
|
Key bindings can be chained in a fashion similar to Emacs key bindings using the syntax:
|
||||||
|
|
Loading…
Reference in a new issue