added key shortcuts page and updated links for custom pages
authorfturovic <frank.turovich@nokia.com>
Tue, 10 Aug 2010 11:51:37 -0500
changeset 1796 4b26125a0508
parent 1795 a8c88590ab21
child 1797 1d2877a5a423
added key shortcuts page and updated links for custom pages
core/com.nokia.carbide.cpp.doc.user/html/tasks/custom/carb_custom_keys.htm
core/com.nokia.carbide.cpp.doc.user/html/tasks/custom/carb_customizing.htm
--- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/custom/carb_custom_keys.htm	Tue Aug 10 11:32:55 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/custom/carb_custom_keys.htm	Tue Aug 10 11:51:37 2010 -0500
@@ -10,7 +10,15 @@
 </head>
 <body >
 <h2>Customizing Carbide: Shortcut Keys</h2>
-<p class="fix"> You can customize how the Carbide C/C++ editor looks and behaves to suit your work style. </p>
+<p>The following shortcut keysets are available for customizing the key commands used by Carbide. Use the <img src="../../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=
+org.eclipse.ui.preferencePages.Keys)")'>Keys</a> preference panel to select a shortcut set or modify the current set for your convenience.</p>
+<p>The options include:</p>
+<ul>
+    <li><a href="com.nokia.carbide.cpp/html/help_keys_vs.htm">Microsoft Visual Studio Shortcuts</a></li>
+    <li><a href="com.nokia.carbide.cpp/html/help_keys_carbide.htm">Nokia Carbide.c++ Shortcuts</a> (default)</li>
+    <li><a href="com.nokia.carbide.cpp/html/help_keys_cw.htm">Nokia Codewarrior Shortcuts</a></li>
+</ul>
+<p>In addition, you can modify any of the assigned shortcuts to use different keys to better suit your work style. See the <strong>Workbench User Guide &gt; Reference &gt; Preferences &gt;</strong> <a href="PLUGINS_ROOT/org.eclipse.platform.doc.user/concepts/accessibility/keyboardshortcuts.htm">Keys</a> preference panel page for more information.</p>
 <h4>Other references</h4>
 <ul>
     <li><a href="carb_customizing.htm">Customizing Carbide</a></li>
--- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/custom/carb_customizing.htm	Tue Aug 10 11:32:55 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/custom/carb_customizing.htm	Tue Aug 10 11:51:37 2010 -0500
@@ -11,8 +11,9 @@
 <h2>Customizing Carbide</h2>
 <p> Carbide is very customizable. If the original setup doesn't work its easy to change to something more to your liking. Some of the features and UI you can change include:</p>
 <ul>
-    <li>Editor settings (fonts, colors, hover behaviors)</li>
-    <li>Shortcut keys</li>
+    <li><a href="carb_custom_styles.htm">Code Styles</a> (adhere to a source format)</li>
+    <li><a href="carb_custom_editors.htm">Editor settings</a> (fonts, colors, hover behaviors)</li>
+    <li><a href="carb_custom_keys.htm">Shortcut keys</a></li>
     <li><a href="carb_custom_menus.htm">Toolbars and menus</a></li>
 </ul>
 <p>In addition, its possible to change some default settings so that every new project you create inherits precisely the attributes you desire. These include:</p>