]> gitweb.factorcode.org Git - factor.git/commitdiff
help.tour: specify mac keybindings
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 26 Jan 2023 03:29:18 +0000 (19:29 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 26 Jan 2023 03:29:18 +0000 (19:29 -0800)
basis/help/tour/tour.factor

index 94a431c163a28c0a335139bb7789061cb75c97d6..c37531f3353a94397dc115fb67efc76aa3c762cd 100644 (file)
@@ -71,7 +71,7 @@ $nl
 You can put additional inputs in a single line, so for instance { $snippet "- *" } will leave the single number { $snippet "15" } on the stack (do you see why?).
 
 You may end up pushing many values to the stack, or end up with an incorrect result. You can then clear the stack with the
-keystroke { $snippet "Alt+Shift+K" } .
+keystroke { $snippet "Alt+Shift+K" } on Linux/Windows or { $snippet "Cmd+Shift+K" } on MacOS.
 
 The function { $snippet "." } (a period or a dot) prints the item at the top of the stack, while popping it out of the stack, leaving the stack empty.