diff options
Diffstat (limited to 'doc/event.n')
-rw-r--r-- | doc/event.n | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/event.n b/doc/event.n index cbc36bb..13f243a 100644 --- a/doc/event.n +++ b/doc/event.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: event.n,v 1.7 2004/03/25 12:12:36 vincentdarley Exp $ +'\" RCS: @(#) $Id: event.n,v 1.8 2004/06/18 21:18:37 dkf Exp $ '\" .so man.macros .TH event n 8.3 Tk "Tk Built-In Commands" @@ -79,7 +79,6 @@ If \fB<<\fIvirtual\fB>>\fR is specified then the return value is a list whose elements are the physical event sequences currently defined for the given virtual event; if the virtual event is not defined then an empty string is returned. - .SH "EVENT FIELDS" .PP The following options are supported for the \fBevent generate\fR @@ -300,7 +299,6 @@ for binding scripts. Any options that are not specified when generating an event are filled with the value 0, except for \fIserial\fR, which is filled with the next X event serial number. - .SH "VIRTUAL EVENT EXAMPLES" .PP In order for a virtual event binding to trigger, two things must @@ -360,7 +358,7 @@ but instead invoke the virtual event \fB<<Paste>>\fR. Second, pressing the F6 key will now also invoke the \fB<<Paste>>\fR binding. .SH "SEE ALSO" -bind +bind(n) .SH KEYWORDS event, binding, define, handle, virtual event |