diff options
author | gcramer <remarcg@gmx.net> | 2018-10-21 13:00:53 (GMT) |
---|---|---|
committer | gcramer <remarcg@gmx.net> | 2018-10-21 13:00:53 (GMT) |
commit | b3c6dbb65349b84aa78ef495743cdcf1b4d4375e (patch) | |
tree | e5b5eee60423526e37692c4d66723d3dcb92115e /doc/event.n | |
parent | 1603ff2057cee3dfc3780d2ae7bb40d2f7ca1248 (diff) | |
download | tk-b3c6dbb65349b84aa78ef495743cdcf1b4d4375e.zip tk-b3c6dbb65349b84aa78ef495743cdcf1b4d4375e.tar.gz tk-b3c6dbb65349b84aa78ef495743cdcf1b4d4375e.tar.bz2 |
Bugfix [6e8afe516d]: rework of tkBind.c.
Diffstat (limited to 'doc/event.n')
-rw-r--r-- | doc/event.n | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/event.n b/doc/event.n index 54ad42e..4478b92 100644 --- a/doc/event.n +++ b/doc/event.n @@ -239,7 +239,8 @@ Similar to \fB%S\fR substitution for binding scripts. .TP \fB\-time\fI integer\fR \fIInteger\fR must be an integer value; it specifies the \fItime\fR field -for the event. +for the event. Additonally the special value \fBcurrent\fR is allowed, +this value will be substituted by the current event time. Valid for \fBKeyPress\fR, \fBKeyRelease\fR, \fBButtonPress\fR, \fBButtonRelease\fR, \fBEnter\fR, \fBLeave\fR, \fBMotion\fR, and \fBProperty\fR events. |