summaryrefslogtreecommitdiffstats
path: root/library/console.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/console.tcl
parent29449c262964c734cd814f593a8fac6422b3f174 (diff)
parentfdbf6ba60692e27d6079db2fd7b675f35f1f7727 (diff)
downloadtk-eb16e1c7163c315fad01ac090bfddc22d1584586.zip
tk-eb16e1c7163c315fad01ac090bfddc22d1584586.tar.gz
tk-eb16e1c7163c315fad01ac090bfddc22d1584586.tar.bz2
Merge 8.7
Diffstat (limited to 'library/console.tcl')
-rw-r--r--library/console.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/console.tcl b/library/console.tcl
index 5b35f52..e1a537a 100644
--- a/library/console.tcl
+++ b/library/console.tcl
@@ -424,7 +424,7 @@ proc ::tk::ConsoleBind {w} {
# gets and overhaul of how it handles input -- hobbs
bind Console <Control-t> {}
- # 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
# <Keypress> class binding will also fire and insert the character
# which is wrong.