-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
78 lines (77 loc) · 2.15 KB
/
help.html
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<div id="overlay" style="display: none;">
<center>
<div id="dialog">
<h3 id="dialog-title">Keyboard shortcuts</h3>
<div id="close-link">
<a id="close-button" href="#">Close</a>
</div>
<div id="links-table">
<h3>On links page<h3>
<table>
<tr>
<td class="comment"><span>Down</span></td>
<td class="comment">Next link</td>
</tr>
<tr>
<td class="comment"><span>Up</span></td>
<td class="comment">Previous link</td>
</tr>
<tr>
<td class="comment"><span>Right</span> or <span>Enter</span></td>
<td class="comment">Open link in new tab (Hold Shift to open tab in background)</td>
</tr>
<tr>
<td class="comment"><span>Left</span></td>
<td class="comment">Open comments in new tab</td>
</tr>
<tr>
<td class="comment"><span>Ctrl + Up</span></td>
<td class="comment">Upvote</td>
</tr>
</table>
</div>
<div id="commments-table">
<h3>On comments page</h3>
<table>
<tr>
<td class="comment"><span>Up</span></td>
<td class="comment">Previous comment</td>
</tr>
<tr>
<td class="comment"><span>Down</span></td>
<td class="comment">Next comment</td>
</tr>
<tr>
<td class="comment"><span>Ctrl + Up</span></td>
<td class="comment">Upvote comment</td>
</tr>
<tr>
<td class="comment"><span>Space</span></td>
<td class="comment">Reply to comment in new tab</td>
</tr>
<tr>
<td class="comment"><span>Left</span> or <span>Alt + Left</span></td>
<td class="comment">Close comment tab and go back to links page</td>
</tr>
<tr>
<td class="comment"><span>Right</span> or <span>n</span></td>
<td class="comment">Next toplevel comment</td>
</tr>
<tr>
<td class="comment"><span>p</span></td>
<td class="comment">Previous toplevel comment</td>
</tr>
<tr>
<td class="comment"><span>Enter</span> or <span>o</span></td>
<td class="comment">Open first link in current comment</td>
</tr>
</table>
</div>
<div id="footer">
</div>
</div>
</center>
</div>
<div id="help-link" style="display: none;">
<a id="open-help" href="#">'?' opens navigation help</a>
</div>