Bug 546007: Doc: Use symbols for for command and option key

Change-Id: Ifbd01c895dbde208d836fa555183729212325206
Signed-off-by: Matthias Becker <ma.becker@sap.com>
diff --git a/bundles/org.eclipse.platform.doc.user/concepts/accessibility/keyboardshortcuts.htm b/bundles/org.eclipse.platform.doc.user/concepts/accessibility/keyboardshortcuts.htm
index 1926ba7..5b92c83 100644
--- a/bundles/org.eclipse.platform.doc.user/concepts/accessibility/keyboardshortcuts.htm
+++ b/bundles/org.eclipse.platform.doc.user/concepts/accessibility/keyboardshortcuts.htm
@@ -24,8 +24,8 @@
 <h2>Key Strokes, Key Sequences, and Key Bindings</h2>
 <p>
 A 'key stroke' is the pressing of a key on the keyboard, while optionally holding down one 
-or more of these modifier keys: <code>Ctrl</code>, <code>Alt</code> (<code>Option</code> on macOS), <code>Shift</code>, or 
-<code>Command</code> (only on macOS.) For example, holding down <code>Ctrl</code> then 
+or more of these modifier keys: <code>Ctrl</code>, <code>Alt</code> (<code>&#8997;</code> on macOS), <code>Shift</code>, or 
+<code>&#8984;</code> (only on macOS.) For example, holding down <code>Ctrl</code> then 
 pressing <code>A</code> produces the key stroke <code>Ctrl+A</code>. The pressing of the modifier keys themselves
 do not constitute key strokes.
 </p>
@@ -108,7 +108,7 @@
 Ctrl+W as cut in windows.</p>
 <h2>Platform and Locale</h2>
 <p>
-Key bindings also vary by platform and locale. On the macOS platform, <code>Command+S</code> is assigned to <code>Save</code>, instead of the usual <code>Ctrl+S</code>. On Chinese locales (zh), <code>Alt+/</code> is assigned to <code>Content Assist</code>, instead of the usual <code>Ctrl+Space</code>.
+Key bindings also vary by platform and locale. On the macOS platform, <code>&#8984;+S</code> is assigned to <code>Save</code>, instead of the usual <code>Ctrl+S</code>. On Chinese locales (zh), <code>Alt+/</code> is assigned to <code>Content Assist</code>, instead of the usual <code>Ctrl+Space</code>.
 </p>
 <p>
 The current platform and locale is determined when Eclipse starts, and does not vary over the course of an Eclipse instance.
diff --git a/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-02d.xhtml b/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-02d.xhtml
index d28bb32..9b2f377 100644
--- a/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-02d.xhtml
+++ b/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-02d.xhtml
@@ -48,7 +48,7 @@
 <p>Editors can be cycled through using the back and forward arrow buttons 
   in the toolbar. These move through the last mouse selection points and permit moving through several points 
   in a file before moving to another one. Additionally, editors can be cycled by using 
-  the Ctrl+F6 accelerator (Command+F6 on macOS).  Ctrl+F6 pops up a list of currently
+  the Ctrl+F6 accelerator (&#8984;+F6 on macOS).  Ctrl+F6 pops up a list of currently
   open editors. By default, the list will have selected the editor used before the current one, allowing
   you to easely go back to the previous editor.
   </p>
diff --git a/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-35b.htm b/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-35b.htm
index c4de1c0..d1aee1b 100644
--- a/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-35b.htm
+++ b/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-35b.htm
@@ -33,7 +33,7 @@
 </ol>
 <P>As an alternative to copying files using the copy operation, it is also possible 
   to copy files by holding down the Ctrl key while dragging a file from one folder 
-  to another folder. (On macOS, the Option key is used for this.)</P>
+  to another folder. (On macOS, the &#8997; key is used for this.)</P>
 <p>Once the file has been copied it can be renamed.</p>
 
 
diff --git a/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-35d.htm b/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-35d.htm
index e5de9ee..a99476f 100644
--- a/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-35d.htm
+++ b/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-35d.htm
@@ -31,7 +31,7 @@
 <P>As an alternative to moving files using the move operation, it is also possible 
   to move files by dragging a file from one folder to another folder. Remember 
   that to copy files from one folder to the other, Ctrl needs to be held down 
-  while performing the drag and drop operation. (On macOS, the Option 
+  while performing the drag and drop operation. (On macOS, the &#8997; 
   key is used for this.) </P>
 
 
diff --git a/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-52.htm b/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-52.htm
index 01066b7..5d7af79 100644
--- a/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-52.htm
+++ b/bundles/org.eclipse.platform.doc.user/gettingStarted/qs-52.htm
@@ -47,7 +47,7 @@
     <p CLASS="Para">Use Ctrl+V (Paste) to create the copy. In the name conflict 
       dialog which appears, rename the file to file2.txt.</p></li>
 </ol>
-<p>(On the Mac, use Command+C and Command+V.)</p>
+<p>(On the Mac, use &#8984;+C and &#8984;+V.)</p>
 <P>There are now two identical files, file1.txt and file2.txt. </P>
 </BODY>
 </HTML>