diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-08 17:22:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-08 17:22:47 (GMT) |
commit | 758da8219845218afd2e7c3f4585925057b8e704 (patch) | |
tree | 455bbdd915f11f6190190660c6cd689410674e80 /library/spinbox.tcl | |
parent | dd115bc874fa009623fcc254a5609708d53564e7 (diff) | |
parent | 16578490e25354e6e91563c1da211b9cb1a3151c (diff) | |
download | tk-758da8219845218afd2e7c3f4585925057b8e704.zip tk-758da8219845218afd2e7c3f4585925057b8e704.tar.gz tk-758da8219845218afd2e7c3f4585925057b8e704.tar.bz2 |
Merge 8.7
Diffstat (limited to 'library/spinbox.tcl')
-rw-r--r-- | library/spinbox.tcl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/library/spinbox.tcl b/library/spinbox.tcl index 8308c2c..8dd20eb 100644 --- a/library/spinbox.tcl +++ b/library/spinbox.tcl @@ -218,9 +218,7 @@ bind Spinbox <KP_Enter> {# nothing} bind Spinbox <Tab> {# nothing} bind Spinbox <Prior> {# nothing} bind Spinbox <Next> {# nothing} -if {[tk windowingsystem] eq "aqua"} { - bind Spinbox <Command-Key> {# nothing} -} +bind Spinbox <Command-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. |