diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-19 13:43:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-19 13:43:35 (GMT) |
commit | 29449c262964c734cd814f593a8fac6422b3f174 (patch) | |
tree | d3f0b3a2aabe2f7b7eba5c59ce6e37c21e29eb9b /doc/bind.n | |
parent | da108d7c2cd3615c962b601360e390a8ec7e7cf1 (diff) | |
download | tk-29449c262964c734cd814f593a8fac6422b3f174.zip tk-29449c262964c734cd814f593a8fac6422b3f174.tar.gz tk-29449c262964c734cd814f593a8fac6422b3f174.tar.bz2 |
For completeness: Add "Num" as equivalent to "Mod3" too
Diffstat (limited to 'doc/bind.n')
-rw-r--r-- | doc/bind.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -106,7 +106,7 @@ Modifiers consist of any of the following values: .ta 6c \fBControl\fR \fBMod1\fR, \fBM1\fR, \fBCommand\fR \fBAlt\fR \fBMod2\fR, \fBM2\fR, \fBOption\fR -\fBShift\fR \fBMod3\fR, \fBM3\fR +\fBShift\fR \fBMod3\fR, \fBM3\fR, \fBNum\fR \fBLock\fR \fBMod4\fR, \fBM4\fR, \fBFn\fR \fBExtended\fR \fBMod5\fR, \fBM5\fR \fBButton1\fR, \fBB1\fR \fBMeta\fR, \fBM\fR @@ -149,8 +149,8 @@ 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. .PP -The \fBCommand\fR, \fBOption\fR and \fBFn\fRmodifiers are equivalents of \fBMod1\fR -\fBMod2\fR, resp. \fBMod4\fR, they correspond to Macintosh-specific modifier keys. +The \fBCommand\fR, \fBOption\fR, \fBNum\fR and \fBFn\fRmodifiers are equivalents +of \fBMod1\fR up to \fBMod4\fR, they correspond to Macintosh-specific modifier keys. .PP The \fBExtended\fR modifier is, at present, specific to Windows. It appears on events that are associated with the keys on the |