summaryrefslogtreecommitdiffstats
path: root/doc/bind.n
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)
commitf0eebfaefad9deacf3c033782d6b49b73cea4ce7 (patch)
treee82d67b61b40bf61b24a8eed52af49c8b50991ba /doc/bind.n
parent13d19756cf0ce7e3255a5d4c9a5efdfae1bc95df (diff)
parent85827aebcfddf76f4983bb8c6e4fbefbdd6270fd (diff)
downloadtk-f0eebfaefad9deacf3c033782d6b49b73cea4ce7.zip
tk-f0eebfaefad9deacf3c033782d6b49b73cea4ce7.tar.gz
tk-f0eebfaefad9deacf3c033782d6b49b73cea4ce7.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/bind.n')
-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.