Skip to content

Commit

Permalink
Tweaks to keyboard shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Apr 2, 2011
1 parent fa98276 commit a72e5d3
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions src/gwt/www/docs/keyboard.htm
Expand Up @@ -39,9 +39,9 @@ <h2>Keyboard Shortcuts</h2>
<table class='shortcuts'>
<tr><td colspan="3"><h3>Console</h3></td></tr><tr><th>Description</th><th>Windows &amp; Linux</th><th>Mac</th></tr>
<tr>
<td>Put the cursor in the console</td>
<td>Ctrl+1</td>
<td>Ctrl+1</td>
<td>Move cursor to Console</td>
<td>Ctrl+2</td>
<td>Ctrl+2</td>
</tr>
<tr>
<td>Clear console</td>
Expand Down Expand Up @@ -88,12 +88,17 @@ <h2>Keyboard Shortcuts</h2>
<td>Ctrl+Y</td>
<td>Command+Y</td>
</tr>
<tr>
<td>Insert assignment operator</td>
<td>Alt+-</td>
<td>Option+-</td>
</tr>
<tr><td><br/></td></tr>
<tr><td colspan="3"><h3>Source</h3></td></tr><tr><th>Description</th><th>Windows &amp; Linux</th><th>Mac</th></tr>
<tr>
<td>Put the cursor in the Source document</td>
<td>Ctrl+2</td>
<td>Ctrl+2</td>
<td>Move cursor to Source Editor</td>
<td>Ctrl+1</td>
<td>Ctrl+1</td>
</tr>
<tr>
<td>New document (except on Chrome/Windows)</td>
Expand Down Expand Up @@ -165,6 +170,11 @@ <h2>Keyboard Shortcuts</h2>
<td>Ctrl+/</td>
<td>Command+/</td>
</tr>
<tr>
<td>Insert assignment operator</td>
<td>Alt+-</td>
<td>Option+-</td>
</tr>
<tr>
<td>Transpose Letters</td>
<td></td>
Expand Down Expand Up @@ -317,12 +327,12 @@ <h2>Keyboard Shortcuts</h2>
<tr><td><br/></td></tr>
<tr><td colspan="3"><h3>Views</h3></td></tr><tr><th>Description</th><th>Windows &amp; Linux</th><th>Mac</th></tr>
<tr>
<td>Move cursor to source</td>
<td>Move cursor to Source Editor</td>
<td>Ctrl+1</td>
<td>Ctrl+1</td>
</tr>
<tr>
<td>Move cursor to console</td>
<td>Move cursor to Console</td>
<td>Ctrl+2</td>
<td>Ctrl+2</td>
</tr>
Expand Down

0 comments on commit a72e5d3

Please sign in to comment.