summaryrefslogtreecommitdiffstats
path: root/library/entry.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-04-19 20:06:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-04-19 20:06:00 (GMT)
commitfdbf6ba60692e27d6079db2fd7b675f35f1f7727 (patch)
treed114b02dc51d4bb7b3afdf2d28ed990cb99eed1c /library/entry.tcl
parentd409940f5d8372e7eb3613dfb06e9fd7f625b317 (diff)
parent9519ffb35649873f9567b3631d2680a2f90850ee (diff)
downloadtk-fdbf6ba60692e27d6079db2fd7b675f35f1f7727.zip
tk-fdbf6ba60692e27d6079db2fd7b675f35f1f7727.tar.gz
tk-fdbf6ba60692e27d6079db2fd7b675f35f1f7727.tar.bz2
Merge 8.6
Diffstat (limited to 'library/entry.tcl')
-rw-r--r--library/entry.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/entry.tcl b/library/entry.tcl
index ae58d02..270164b 100644
--- a/library/entry.tcl
+++ b/library/entry.tcl
@@ -210,6 +210,7 @@ bind Entry <Tab> {# nothing}
bind Entry <Prior> {# nothing}
bind Entry <Next> {# nothing}
bind Entry <Command-Key> {# nothing}
+bind Entry <Mod4-Key> {# nothing}
# Tk-on-Cocoa generates characters for these two keys. [Bug 2971663]
bind Entry <<NextLine>> {# nothing}
bind Entry <<PrevLine>> {# nothing}