-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestion.mark.html
37 lines (37 loc) · 1.5 KB
/
question.mark.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
<div id="helpUnderlay" class="help-underlay">
<div id="helpModal" class="help-modal">
<h1>Keyboard Shortcuts <kbd class="help-key"><span>?</span></kbd></h1>
<div id="helpClose" class="help-close">×</div>
<div id="helpModalContent" class="help-modal-content">
<div id="helpListWrap" class="help-list-wrap">
<!-- Go to column -->
<ul class="help-list">
<li class="help-key-unit">
<kbd class="help-key"><span>g</span>, <span>b</span></kbd>
<span class="help-key-def">Go to Blog</span>
</li>
<li class="help-key-unit">
<kbd class="help-key"><span>g</span>, <span>d</span></kbd>
<span class="help-key-def">Go to Databases</span>
</li>
<li class="help-key-unit">
<kbd class="help-key"><span>g</span>, <span>n</span></kbd>
<span class="help-key-def">Go to Notes</span>
</li>
<li class="help-key-unit">
<kbd class="help-key"><span>g</span>, <span>p</span></kbd>
<span class="help-key-def">Go to Planet</span>
</li>
<li class="help-key-unit">
<kbd class="help-key"><span>g</span>, <span>t</span></kbd>
<span class="help-key-def">Go to Tools</span>
</li>
<li class="help-key-unit">
<kbd class="help-key"><span>g</span>, <span>w</span></kbd>
<span class="help-key-def">Go to Wiki</span>
</li>
</ul>
</div>
</div>
</div>
</div>