44 lines
No EOL
1.3 KiB
PHP
44 lines
No EOL
1.3 KiB
PHP
<div class="heading">Keyboard shortcuts</div>
|
|
|
|
<div>
|
|
<table border="0" cellspacing="0" cellpadding="5">
|
|
<tr>
|
|
<td valign="top" nowrap="nowrap">Ctrl + Enter</td>
|
|
<td valign="top">Execute query</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" nowrap="nowrap">Ctrl + Shift + Enter</td>
|
|
<td valign="top">Execute all queries</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" nowrap="nowrap">ALT + 1</td>
|
|
<td valign="top">Switch focus to 1st SQL Editor</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" nowrap="nowrap">ALT + 2</td>
|
|
<td valign="top">Switch focus to 2nd SQL Editor</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" nowrap="nowrap">ALT + 3</td>
|
|
<td valign="top">Switch focus to 3rd SQL Editor</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" nowrap="nowrap">SHIFT + TAB</td>
|
|
<td valign="top">Edit previous column during edit mode</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" nowrap="nowrap">TAB</td>
|
|
<td valign="top">Edit next column during edit mode</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" nowrap="nowrap">UP ARROW</td>
|
|
<td valign="top">Edit previous row during edit mode</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" nowrap="nowrap">DOWN ARROW</td>
|
|
<td valign="top">Edit next row during edit mode</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div>Most of the the keys can be customized by editing the file "config/keys.php" in MyWebSQL installation folder.</div>
|
|
</div> |