aboutsummaryrefslogtreecommitdiff
path: root/client/html/help_keyboard.tpl
blob: f200ce02255f0d05bbd4c41da10ab517f7946f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<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>

© 2015 - 2026 Jakob L. Kreuze