summaryrefslogtreecommitdiffstats
path: root/library/spinbox.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/spinbox.tcl
parentd409940f5d8372e7eb3613dfb06e9fd7f625b317 (diff)
parent9519ffb35649873f9567b3631d2680a2f90850ee (diff)
downloadtk-fdbf6ba60692e27d6079db2fd7b675f35f1f7727.zip
tk-fdbf6ba60692e27d6079db2fd7b675f35f1f7727.tar.gz
tk-fdbf6ba60692e27d6079db2fd7b675f35f1f7727.tar.bz2
Merge 8.6
Diffstat (limited to 'library/spinbox.tcl')
-rw-r--r--library/spinbox.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/spinbox.tcl b/library/spinbox.tcl
index 8dd20eb..f86ede4 100644
--- a/library/spinbox.tcl
+++ b/library/spinbox.tcl
@@ -219,6 +219,7 @@ bind Spinbox <Tab> {# nothing}
bind Spinbox <Prior> {# nothing}
bind Spinbox <Next> {# nothing}
bind Spinbox <Command-Key> {# nothing}
+bind Spinbox <Mod4-Key> {# nothing}
# On Windows, paste is done using Shift-Insert. Shift-Insert already
# generates the <<Paste>> event, so we don't need to do anything here.