summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-25 10:01:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-25 10:01:18 (GMT)
commit536d482d4a2c4d74a146ea20c19be0d232b5110b (patch)
tree790ce5ade4b9398226e417b27c7ab7fb9e6b2c86 /library/tk.tcl
parentd616147fcb262851a0e48c3a10c8ae1679f39165 (diff)
parent225fd19a0a1470dfc5cf8a3189aa8f2e270e85c8 (diff)
downloadtk-536d482d4a2c4d74a146ea20c19be0d232b5110b.zip
tk-536d482d4a2c4d74a146ea20c19be0d232b5110b.tar.gz
tk-536d482d4a2c4d74a146ea20c19be0d232b5110b.tar.bz2
Merge 8.7
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 b648f9f..9f8bc3f 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>