summaryrefslogtreecommitdiffstats
path: root/library/ttk
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/ttk
parent29449c262964c734cd814f593a8fac6422b3f174 (diff)
parentfdbf6ba60692e27d6079db2fd7b675f35f1f7727 (diff)
downloadtk-eb16e1c7163c315fad01ac090bfddc22d1584586.zip
tk-eb16e1c7163c315fad01ac090bfddc22d1584586.tar.gz
tk-eb16e1c7163c315fad01ac090bfddc22d1584586.tar.bz2
Merge 8.7
Diffstat (limited to 'library/ttk')
-rw-r--r--library/ttk/entry.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ttk/entry.tcl b/library/ttk/entry.tcl
index 42360af..dc67269 100644
--- a/library/ttk/entry.tcl
+++ b/library/ttk/entry.tcl
@@ -119,7 +119,7 @@ bind TEntry <Key> { ttk::entry::Insert %W %A }
bind TEntry <Delete> { ttk::entry::Delete %W }
bind TEntry <BackSpace> { ttk::entry::Backspace %W }
-# Ignore all Alt, Meta, Control, and Fn keypresses unless explicitly bound.
+# Ignore all Alt, Meta, Control, Command, and Fn keypresses unless explicitly bound.
# Otherwise, the <Key> class binding will fire and insert the character.
# Ditto for Escape, Return, and Tab.
#