diff options
author | hobbs <hobbs> | 2000-05-23 00:31:36 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-05-23 00:31:36 (GMT) |
commit | d83a7e0f396a0fb80db31573f08d03e7428d2d8e (patch) | |
tree | f445c87ce68b30ce105d0990947887c96cbb59ff /doc/bind.n | |
parent | 7fdf0cb12c45945c34c3432ea01feeb23a9d7037 (diff) | |
download | tk-d83a7e0f396a0fb80db31573f08d03e7428d2d8e.zip tk-d83a7e0f396a0fb80db31573f08d03e7428d2d8e.tar.gz tk-d83a7e0f396a0fb80db31573f08d03e7428d2d8e.tar.bz2 |
* doc/bind.n:
* doc/canvas.n:
* doc/entry.n:
* doc/listbox.n:
* doc/photo.n: doc fix-ups [Bug: 5396]
Diffstat (limited to 'doc/bind.n')
-rw-r--r-- | doc/bind.n | 23 |
1 files changed, 11 insertions, 12 deletions
@@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: bind.n,v 1.4 2000/04/27 18:28:54 ericm Exp $ +'\" RCS: @(#) $Id: bind.n,v 1.5 2000/05/23 00:31:36 hobbs Exp $ '\" .so man.macros .TH bind n 8.0 Tk "Tk Built-In Commands" @@ -119,7 +119,7 @@ Modifiers consist of any of the following values: \fBButton3, B3\fR \fBAlt\fR \fBButton4, B4\fR \fBDouble\fR \fBButton5, B5\fR \fBTriple\fR -\fBMod1, M1\fR +\fBMod1, M1\fR \fBQuadruple\fR .DE Where more than one value is listed, separated by commas, the values are equivalent. @@ -145,16 +145,15 @@ Similarly, the \fBAlt\fR modifier refers to whichever modifier is associated with the alt key(s) on the keyboard (keysyms \fBAlt_L\fR and \fBAlt_R\fR). .PP -The \fBDouble\fR and \fBTriple\fR modifiers are a convenience -for specifying double mouse clicks and other repeated -events. They cause a particular event pattern to be -repeated 2 or 3 times, and also place a time and space requirement -on the sequence: for a sequence of events to match a \fBDouble\fR -or \fBTriple\fR pattern, all of the events must occur close together -in time and without substantial mouse motion in between. -For example, \fB<Double-Button-1>\fR -is equivalent to \fB<Button-1><Button-1>\fR with the extra -time and space requirement. +The \fBDouble\fR, \fBTriple\fR and \fBQuadruple\fR modifiers are a +convenience for specifying double mouse clicks and other repeated +events. They cause a particular event pattern to be repeated 2, 3 or 4 +times, and also place a time and space requirement on the sequence: for a +sequence of events to match a \fBDouble\fR, \fBTriple\fR or \fBQuadruple\fR +pattern, all of the events must occur close together in time and without +substantial mouse motion in between. For example, \fB<Double-Button-1>\fR +is equivalent to \fB<Button-1><Button-1>\fR with the extra time and space +requirement. .SH "EVENT TYPES" .PP |