.
original commit: b859370c5bb0ddf24dd624ef6b1a02bf130b2057
This commit is contained in:
parent
4012de47d0
commit
e4969989ea
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user