summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2015-02-06 20:22:21 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2015-02-06 20:22:21 (GMT)
commit9e9beba3406258a654616ebc754948e9e3c8e443 (patch)
treee82d67b61b40bf61b24a8eed52af49c8b50991ba /doc
parentd16317d4543d8f570e2811c00b222ab87e780b6b (diff)
parent84e83dc2a7387f5aab4506da5726b9da8b9e5f1b (diff)
downloadtk-9e9beba3406258a654616ebc754948e9e3c8e443.zip
tk-9e9beba3406258a654616ebc754948e9e3c8e443.tar.gz
tk-9e9beba3406258a654616ebc754948e9e3c8e443.tar.bz2
Add support for an 'M' binding substitution that is replaced with the number of script-based binding patterns matched so far for the event.
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 17acb52..de4502e 100644
--- a/doc/bind.n
+++ b/doc/bind.n
@@ -541,6 +541,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.