diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2015-02-06 18:08:50 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2015-02-06 18:08:50 (GMT) |
commit | 85827aebcfddf76f4983bb8c6e4fbefbdd6270fd (patch) | |
tree | 4bb67bd300b5d351fca37a85c91cedd70fe225e8 /doc | |
parent | 6b00db07c84b661e9971e8aff1ae241138cea97f (diff) | |
parent | 8e9e78d52fa9ba2522f175585e3299f03c5b82d0 (diff) | |
download | tk-85827aebcfddf76f4983bb8c6e4fbefbdd6270fd.zip tk-85827aebcfddf76f4983bb8c6e4fbefbdd6270fd.tar.gz tk-85827aebcfddf76f4983bb8c6e4fbefbdd6270fd.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.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. |