diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2012-11-16 22:09:07 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2012-11-16 22:09:07 (GMT) |
commit | 07f85cd3c1b4934fb746ea36516ba2944b4eea11 (patch) | |
tree | ea878e09a7e42b66499a3fa4f34fa6853c7cc251 /doc/bind.n | |
parent | f20590a5bfc2935ada0a9ce044fd8cecb2615fc2 (diff) | |
download | tk-07f85cd3c1b4934fb746ea36516ba2944b4eea11.zip tk-07f85cd3c1b4934fb746ea36516ba2944b4eea11.tar.gz tk-07f85cd3c1b4934fb746ea36516ba2944b4eea11.tar.bz2 |
Add docs and tests.
Diffstat (limited to 'doc/bind.n')
-rw-r--r-- | doc/bind.n | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -548,6 +548,9 @@ event generated by \fBSendEvent\fR. .IP \fB%K\fR 5 The keysym corresponding to the event, substituted as a textual string. Valid only for \fBKeyPress\fR and \fBKeyRelease\fR events. +.IP \fB%M\fR 5 +The number of script-based binding patterns matched so far for the +event. Valid for all event types. .IP \fB%N\fR 5 The keysym corresponding to the event, substituted as a decimal number. Valid only for \fBKeyPress\fR and \fBKeyRelease\fR events. |