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 | 4dcfbd660f0135c73d8b76670653ecb091856863 (patch) | |
tree | a9e8a510b38ec1176f7be14a88696a82c8a7d32a /doc | |
parent | 7df4b167c0bfa1ff3ab6b8374f287299ec2228df (diff) | |
download | tk-4dcfbd660f0135c73d8b76670653ecb091856863.zip tk-4dcfbd660f0135c73d8b76670653ecb091856863.tar.gz tk-4dcfbd660f0135c73d8b76670653ecb091856863.tar.bz2 |
Add docs and tests.
Diffstat (limited to 'doc')
-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. |