diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-19 20:16:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-19 20:16:05 (GMT) |
commit | eb16e1c7163c315fad01ac090bfddc22d1584586 (patch) | |
tree | 2b6f0f7f1da8392e27ea68c531d7e4be78f62e86 /library/spinbox.tcl | |
parent | 29449c262964c734cd814f593a8fac6422b3f174 (diff) | |
parent | fdbf6ba60692e27d6079db2fd7b675f35f1f7727 (diff) | |
download | tk-eb16e1c7163c315fad01ac090bfddc22d1584586.zip tk-eb16e1c7163c315fad01ac090bfddc22d1584586.tar.gz tk-eb16e1c7163c315fad01ac090bfddc22d1584586.tar.bz2 |
Merge 8.7
Diffstat (limited to 'library/spinbox.tcl')
-rw-r--r-- | library/spinbox.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/spinbox.tcl b/library/spinbox.tcl index fada802..1430800 100644 --- a/library/spinbox.tcl +++ b/library/spinbox.tcl @@ -205,7 +205,7 @@ bind Spinbox <Key> { ::tk::EntryInsert %W %A } -# Ignore all Alt, Meta, Control, and Fn keypresses unless explicitly bound. +# Ignore all Alt, Meta, Control, Command, and Fn keypresses unless explicitly bound. # Otherwise, if a widget binding for one of these is defined, the # <Key> class binding will also fire and insert the character, # which is wrong. Ditto for Escape, Return, and Tab. |