Enhance keyboard shortcut info 86/145486/2
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Tue, 22 Aug 2017 11:18:20 +0000 (14:18 +0300)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Wed, 23 Aug 2017 07:32:58 +0000 (10:32 +0300)
This is a manual cherry pick from change #144242 in the tizen_3.0
branch.

PS2: Added two missed cherrypicks

Change-Id: Ic540bedf1f693f7e333a210524e1d215a59c83f6

org.tizen.guides/html/native/connectivity/web_view_n.htm
org.tizen.studio/html/common_tools/da_advanced.htm
org.tizen.studio/html/native_tools/component_designer_n.htm
org.tizen.studio/html/native_tools/t_trace_n.htm
org.tizen.training/html/native/process/debugging_app_n.htm

index 52ea73b..4bbd8ef 100644 (file)
@@ -286,27 +286,27 @@ on_key_down(void *user_data, Evas *e, Evas_Object *ewk_view, void *event_info)
         <th>API</th>
     </tr>
     <tr>
-       <td>Alt + Left</td>
+       <td><strong>Alt + Left Arrow</strong></td>
      <td>Go to the previous view in the browsing history.</td>
        <td><code>ewk_view_back()</code></td>
     </tr>
     <tr>
-       <td>Alt + Right</td>
+       <td><strong>Alt + Right Arrow</strong></td>
      <td>Go to the next view in the browsing history.</td>
        <td><code>ewk_view_forward()</code></td>
     </tr>
            <tr>
-       <td>F5</td>
+       <td><strong>F5</strong></td>
      <td>Reload the view.</td>
        <td><code>ewk_view_reload()</code></td>
     </tr>
            <tr>
-       <td>Alt + F5</td>
+       <td><strong>Alt + F5</strong></td>
      <td>Reload the view bypassing the cache.</td>
        <td><code>ewk_view_bypass_cache()</code></td>
     </tr>
            <tr>
-       <td>F6</td>
+       <td><strong>F6</strong></td>
      <td>Stop loading the view.</td>
        <td><code>ewk_view_stop()</code></td>
     </tr>
index 1b45752..e397ef7 100644 (file)
  <td>Start or stop trace</td>
  <td></td>
   <td><strong>F5</strong></td>
-  <td><strong>fn + F5</strong></td>
+  <td><strong>Fn + F5</strong></td>
  </tr>
  <tr>
  <td>Search</td>
  <td>Screenshot</td>
  <td></td>
   <td><strong>F9</strong></td>
-  <td><strong>fn + F9</strong></td>
+  <td><strong>Fn + F9</strong></td>
  </tr>
  <tr>
  <td>Preferences</td>
  <td></td>
  <td><strong>F10</strong></td>
- <td><strong>fn + F10</strong></td>
+ <td><strong>Fn + F10</strong></td>
  </tr>
  <tr>
  <td>Detail</td>
  <td>How to use Dynamic Analyzer</td>
  <td></td>
   <td><strong>F1</strong></td>
-  <td><strong>fn + F1</strong></td>
+  <td><strong>Fn + F1</strong></td>
  </tr>
  </tbody></table>
 
index 6772ab3..419cb9b 100644 (file)
@@ -446,46 +446,46 @@ For programs like <strong>STATE_SET</strong>, there is also a block used to set
  <td>Open the colorclass manager</td>
  </tr>
  <tr>
- <td><strong>Ctrl + Q</strong></td>
+ <td><strong>Alt + F4</strong></td>
  <td>Quit</td>
  </tr>
 <tr>
  <th colspan="2">Workspace</th>
 </tr>
  <tr>
- <td><strong>Ctrl + s</strong></td>
+ <td><strong>Ctrl + S</strong></td>
  <td>Save</td>
  </tr>
   <tr>
- <td><strong>Ctrl + z</strong></td>
+ <td><strong>Ctrl + Z</strong></td>
  <td>Undo</td>
  </tr>
   <tr>
- <td><strong>Ctrl + y</strong></td>
+ <td><strong>Ctrl + Y</strong></td>
  <td>Redo</td>
  </tr>
  <tr>
- <td><strong>Ctrl + n</strong></td>
+ <td><strong>Ctrl + N</strong></td>
  <td>Add a new group</td>
  </tr>
  <tr>
- <td><strong>q</strong></td>
+ <td><strong>Q</strong></td>
  <td>Add a new part</td>
  </tr>
   <tr>
- <td><strong>w</strong></td>
+ <td><strong>W</strong></td>
  <td>Add a new state</td>
  </tr>
  <tr>
- <td><strong>e</strong></td>
+ <td><strong>E</strong></td>
  <td>Add a new item</td>
  </tr>
  <tr>
- <td><strong>r</strong></td>
+ <td><strong>R</strong></td>
  <td>Add a new program</td>
  </tr>
  <tr>
- <td><strong>t</strong></td>
+ <td><strong>T</strong></td>
  <td>Add a new data item</td>
  </tr>
  <tr>
@@ -497,27 +497,27 @@ For programs like <strong>STATE_SET</strong>, there is also a block used to set
  <td>Select the next state of the active part</td>
  </tr>
  <tr>
- <td><strong>z</strong></td>
+ <td><strong>Z</strong></td>
  <td>Select the previous part</td>
  </tr>
  <tr>
- <td><strong>x</strong></td>
+ <td><strong>X</strong></td>
  <td>Select the next part</td>
  </tr>
  <tr>
- <td><strong>ESC</strong></td>
+ <td><strong>Esc</strong></td>
  <td>Unselect</td>
  </tr>
  <tr>
- <td><strong>o</strong></td>
+ <td><strong>O</strong></td>
  <td>Show or hide the object area</td>
  </tr>
  <tr>
- <td><strong>Ctrl + Wheel Up</strong></td>
+ <td><strong>Ctrl + Mouse wheel up</strong></td>
  <td>Zoom in</td>
  </tr>
  <tr>
- <td><strong>Ctrl + Wheel Down</strong></td>
+ <td><strong>Ctrl + Mouse wheel down</strong></td>
  <td>Zoom out</td>
  </tr>
  <tr>
@@ -528,11 +528,11 @@ For programs like <strong>STATE_SET</strong>, there is also a block used to set
  <th colspan="2">Tabs</th>
 </tr>
  <tr>
- <td><strong>Ctrl + w</strong></td>
+ <td><strong>Ctrl + W</strong></td>
  <td>Close the tab</td>
  </tr>
  <tr>
- <td><strong>Ctrl + num</strong></td>
+ <td><strong>Ctrl + Number keys</strong></td>
  <td>Switch to tab 1-10</td>
  </tr>
  <tr>
@@ -551,7 +551,7 @@ For programs like <strong>STATE_SET</strong>, there is also a block used to set
  <td>OK</td>
  </tr>
  <tr>
- <td><strong>ESC</strong></td>
+ <td><strong>Esc</strong></td>
  <td>Cancel</td>
  </tr>
 </tbody></table>
index 2b4af2d..5f6efdf 100644 (file)
@@ -135,47 +135,47 @@ $ python ttrace.py --help
  <th>Description</th>
 </tr>
  <tr>
- <td>w</td>
+ <td><strong>W</strong></td>
  <td>Zoom into the trace timeline.</td>
  </tr>
  <tr>
- <td>s</td>
+ <td><strong>S</strong></td>
  <td>Zoom out of the trace timeline.</td>
  </tr>
  <tr>
- <td>a</td>
+ <td><strong>A</strong></td>
  <td>Pan left on the trace timeline.</td>
  </tr>
  <tr>
- <td>d</td>
+ <td><strong>D</strong></td>
  <td>Pan right on the trace timeline.</td>
  </tr>
  <tr>
- <td>e</td>
+ <td><strong>E</strong></td>
  <td>Center the trace timeline on the current mouse location.</td>
  </tr>
  <tr>
- <td>g</td>
+ <td><strong>G</strong></td>
  <td>Show the grid at the start of the currently selected task.</td>
  </tr>
  <tr>
- <td>Shift + g</td>
+ <td><strong>Shift + G</strong></td>
  <td>Show the grid at the end of the currently selected task.</td>
  </tr>
- <tr>
- <td>Right arrow</td>
- <td>Select the next event on the currently selected timeline.</td>
- </tr>
   <tr>
- <td>Left arrow</td>
+ <td><strong>Left Arrow</strong></td>
  <td>Select the previous event on the currently selected timeline.</td>
  </tr>
-  <tr>
- <td>Double-click</td>
+ <tr>
+ <td><strong>Right Arrow</strong></td>
+ <td>Select the next event on the currently selected timeline.</td>
+ </tr>
+   <tr>
+ <td><strong>Double-click</strong></td>
  <td>Zoom into the trace timeline.</td>
  </tr>
   <tr>
- <td>Shift + Double-click</td>
+ <td><strong>Shift + Double-click</strong></td>
  <td>Zoom out of the trace timeline.</td>
  </tr>
  </tbody></table>
index 7770ff9..db79395 100644 (file)
     </tr>
     <tr>
      <td><img alt="Resume" src="../../images/debug_view_resume.png" /></td>
-     <td>F8</td>
+     <td><strong>F8</strong></td>
      <td>Resumes a suspended thread.</td>
     </tr>
     <tr>
      <td><img alt="Step Into" src="../../images/debug_view_stepinto.png" /></td>
-     <td>F5</td>
-     <td>Steps into the highlighted statement. <p>Executes the current line, and if the line contains a method, steps into the method.</p></td>
+     <td><strong>F5</strong></td>
+     <td>Steps into the highlighted statement.
+        <p>Executes the current line, and if the line contains a method, steps into the method.</p></td>
     </tr>
     <tr>
      <td><img alt="Step Over" src="../../images/debug_view_stepover.png" /></td>
-     <td>F6</td>
-     <td>Steps over the highlighted statement. <p>Executes the current line, and if the line contains a method, executes the method without entering it.</p></td>
+     <td><strong>F6</strong></td>
+     <td>Steps over the highlighted statement.
+        <p>Executes the current line, and if the line contains a method, executes the method without entering it.</p></td>
     </tr>
     <tr>
      <td><img alt="Step Return" src="../../images/debug_view_stepreturn.png" /></td>
-     <td>F7</td>
+     <td><strong>F7</strong></td>
      <td>Step out of the current method.</td>
     </tr>
     <tr>
@@ -80,7 +82,7 @@
     </tr>
     <tr>
      <td><img alt="Terminate" src="../../images/debug_view_terminate.png" /></td>
-     <td>Ctrl + F2</td>
+     <td><strong>Ctrl + F2</strong></td>
      <td>Terminates the selected debug target.</td>
     </tr>
    </tbody>