summaryrefslogtreecommitdiffstats
path: root/doc/bind.n
diff options
context:
space:
mode:
authormistachkin <mistachkin@noemail.net>2015-02-06 20:22:21 (GMT)
committermistachkin <mistachkin@noemail.net>2015-02-06 20:22:21 (GMT)
commit974505e831397b0fc42963bfb01f3e152ead076a (patch)
treee82d67b61b40bf61b24a8eed52af49c8b50991ba /doc/bind.n
parent4631e4b5912a97151654781cb31d4b3a268774a2 (diff)
parent5759b7b9fedc27e9c36655ff26f2a59cb0c39142 (diff)
downloadtk-974505e831397b0fc42963bfb01f3e152ead076a.zip
tk-974505e831397b0fc42963bfb01f3e152ead076a.tar.gz
tk-974505e831397b0fc42963bfb01f3e152ead076a.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.
FossilOrigin-Name: 8b09823040c7315b09703469f4ec364b94c93a6f
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.