original commit: b859370c5bb0ddf24dd624ef6b1a02bf130b2057
This commit is contained in:
Matthew Flatt 1998-08-16 19:23:15 +00:00
parent 4012de47d0
commit e4969989ea

View File

@ -2645,7 +2645,7 @@
[(ctl) "Ctl+"])
(char-upcase shortcut))]
[(windows) (format "~aCtl+~a" #\tab (char-upcase shortcut))]
[(macos) (format "~aCmd-~a" #\tab (char-upcase shortcut))]))
[(macos) (format "~aCmd+~a" #\tab (char-upcase shortcut))]))
(strip-tab label))]
[key-binding (and shortcut
(case (system-type)