summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-23 10:25:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-23 10:25:34 (GMT)
commit835fa2d511e335babf70b6d19e379ca71938bb2c (patch)
tree5769365c580ceba24c618e1345b9bbd56443b987 /library/tk.tcl
parent60491df8da63553b1b4251c8ea4022c1ae9f3d12 (diff)
parent937cffeb764f1c136933de3e4994d603ee9ec5ed (diff)
downloadtk-835fa2d511e335babf70b6d19e379ca71938bb2c.zip
tk-835fa2d511e335babf70b6d19e379ca71938bb2c.tar.gz
tk-835fa2d511e335babf70b6d19e379ca71938bb2c.tar.bz2
Merge enhanced-index
Diffstat (limited to 'library/tk.tcl')
-rw-r--r--library/tk.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index b1cc535..88ac47b 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -457,7 +457,7 @@ switch -exact -- [tk windowingsystem] {
event add <<Clear>> <Clear>
# Official bindings
- # See http://support.apple.com/kb/HT1343
+ # See https://support.apple.com/en-us/HT201236
event add <<SelectAll>> <Command-a>
event add <<Undo>> <Command-Key-z> <Command-Lock-Key-Z>
event add <<Redo>> <Shift-Command-Key-z> <Shift-Command-Lock-Key-z>