blob: 5fe53b9cafbc6b95769b6f1c79352846e6fd1339 (
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
<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>P</kbd></td>
<td>Focus first post in post list</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>R</kbd></td>
<td>Go to random 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>T</kbd></td>
<td>(In edit mode) Focus tag input</td>
</tr>
<tr>
<td><kbd>Command/Ctrl+S</kbd></td>
<td>(In edit mode) Save post</td>
</tr>
<tr>
<td><kbd>Delete</kbd></td>
<td>(In edit mode) delete post</td>
</tr>
</tbody>
</table>
<p>Additionally, each item in the top navigation can be accessed using a
feature called “access keys”. 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>
|