On Tue, 25 Sep 2001, Eric Taylor wrote:
> Some time ago I gave up on trying to bind together events based on
> qualifier keys. For some reason I could never get that right. So, I
> track them like below
Look at the Tk files in .../lib/tk8.x for examples:
Here's a bit from a grep on "bind":
entry.tcl:91:bind Entry <Shift-1> {
entry.tcl:95:bind Entry <Double-Shift-1> {
entry.tcl:99:bind Entry <Triple-Shift-1> {
entry.tcl:177:bind Entry <Control-Shift-space> {
...RickM...
_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/vtcl-user