]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gestures/gestures-docs.factor
ui: better platform-specific keybindings.
[factor.git] / basis / ui / gestures / gestures-docs.factor
index ed8ef8d3332d339bc47415bceb32785035deca60..5577d906cf67bf9ec8ac6418c4b0af3ae0c0a64f 100644 (file)
@@ -125,10 +125,10 @@ HELP: C+
 { $description "Control key modifier." } ;
 
 HELP: A+
-{ $description "Alt key modifier." } ;
+{ $description "Alt key modifier. This is the Option key on Mac OS X." } ;
 
 HELP: M+
-{ $description "Meta key modifier. This is the Command key on Mac OS X and the Windows key on other Unices and Windows." } ;
+{ $description "Meta key modifier. This is the Command key on Mac OS X and the Windows key on other Unix and Windows platforms." } ;
 
 HELP: S+
 { $description "Shift key modifier." } ;
@@ -248,9 +248,9 @@ ARTICLE: "gesture-differences" "Gesture handling differences between platforms"
 "On Mac OS X, the modifier keys map as follows:"
 { $table
     { { $link S+ } "Shift" }
-    { { $link A+ } "Command (Apple)" }
+    { { $link A+ } "Option" }
     { { $link C+ } "Control" }
-    { { $link M+ } "Option" }
+    { { $link M+ } "Command (Apple)" }
 }
 "On Windows and X11:"
 { $table