summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2012-11-16 22:09:07 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2012-11-16 22:09:07 (GMT)
commitefdba449447e709ee46fdb2a956fd01da040dc2e (patch)
treeea878e09a7e42b66499a3fa4f34fa6853c7cc251 /doc
parentce7e24a67ecbf5ec9b23b809c69d6f3963e39f72 (diff)
downloadtk-efdba449447e709ee46fdb2a956fd01da040dc2e.zip
tk-efdba449447e709ee46fdb2a956fd01da040dc2e.tar.gz
tk-efdba449447e709ee46fdb2a956fd01da040dc2e.tar.bz2
Add docs and tests.
Diffstat (limited to 'doc')
-rw-r--r--doc/bind.n3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bind.n b/doc/bind.n
index cd556e7..7fb847d 100644
--- a/doc/bind.n
+++ b/doc/bind.n
@@ -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.