diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-19 20:06:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-19 20:06:00 (GMT) |
commit | fdbf6ba60692e27d6079db2fd7b675f35f1f7727 (patch) | |
tree | d114b02dc51d4bb7b3afdf2d28ed990cb99eed1c /library/spinbox.tcl | |
parent | d409940f5d8372e7eb3613dfb06e9fd7f625b317 (diff) | |
parent | 9519ffb35649873f9567b3631d2680a2f90850ee (diff) | |
download | tk-fdbf6ba60692e27d6079db2fd7b675f35f1f7727.zip tk-fdbf6ba60692e27d6079db2fd7b675f35f1f7727.tar.gz tk-fdbf6ba60692e27d6079db2fd7b675f35f1f7727.tar.bz2 |
Merge 8.6
Diffstat (limited to 'library/spinbox.tcl')
-rw-r--r-- | library/spinbox.tcl | 1 |
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. |