summaryrefslogtreecommitdiffstats
path: root/library/spinbox.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-04-19 20:16:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-04-19 20:16:05 (GMT)
commiteb16e1c7163c315fad01ac090bfddc22d1584586 (patch)
tree2b6f0f7f1da8392e27ea68c531d7e4be78f62e86 /library/spinbox.tcl
parent29449c262964c734cd814f593a8fac6422b3f174 (diff)
parentfdbf6ba60692e27d6079db2fd7b675f35f1f7727 (diff)
downloadtk-eb16e1c7163c315fad01ac090bfddc22d1584586.zip
tk-eb16e1c7163c315fad01ac090bfddc22d1584586.tar.gz
tk-eb16e1c7163c315fad01ac090bfddc22d1584586.tar.bz2
Merge 8.7
Diffstat (limited to 'library/spinbox.tcl')
-rw-r--r--library/spinbox.tcl2
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.