szurubooru/client/html/help_keyboard.tpl
2017-12-02 23:38:22 +01:00

47 lines
1.2 KiB
Smarty

<p>You can use your keyboard to navigate around the site. There are a few
shortcuts:</p>
<table>
<thead>
<tr>
<th>Hotkey</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><kbd>Q</kbd></td>
<td>Focus search field, if available</td>
</tr>
<tr>
<td><kbd>A</kbd> and <kbd>D</kbd>, <kbd>←</kbd> and <kbd>→</kbd></td>
<td>Go to newer/older page or post</td>
</tr>
<tr>
<td><kbd>F</kbd></td>
<td>Cycle post fit mode</td>
</tr>
<tr>
<td><kbd>E</kbd></td>
<td>Edit post</td>
</tr>
<tr>
<td><kbd>P</kbd></td>
<td>Focus first post in post list</td>
</tr>
<tr>
<td><kbd>Delete</kbd></td>
<td>Delete post (while in edit mode)</td>
</tr>
</tbody>
</table>
<p>Additionally, each item in the top navigation can be accessed using a
feature called &ldquo;access keys&rdquo;. Pressing the underlined letter while
holding Shift or Alt+Shift (depending on your browser) will go to the desired
page (most browsers) or focus the link (IE).</p>