diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-14 14:09:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-14 14:09:03 (GMT) |
commit | 63504284a60a6ae199422ecb41637700339cd333 (patch) | |
tree | a958d9b7481d9098b9553460b700b2e2ca107ceb /doc | |
parent | 6669e94c070680392a0e8c77203e45084d9c09d0 (diff) | |
download | tk-63504284a60a6ae199422ecb41637700339cd333.zip tk-63504284a60a6ae199422ecb41637700339cd333.tar.gz tk-63504284a60a6ae199422ecb41637700339cd333.tar.bz2 |
Suggested fix for [38dc27bd1d0ecd68]: Tk does not support <Button-6> nor <Button-7> events. With test-cases and doc change.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bind.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -351,7 +351,7 @@ position in the stacking order. .PP The last part of a long event specification is \fIdetail\fR. In the case of a \fBButtonPress\fR or \fBButtonRelease\fR event, it is the -number of a button (1\-5). If a button number is given, then only an +number of a button (1\-9). If a button number is given, then only an event on that particular button will match; if no button number is given, then an event on any button will match. Note: giving a specific button number is different than specifying a button modifier; |