added keyboard shortcuts page
This commit is contained in:
22
app/views/static/keyboard_shortcuts.html.erb
Normal file
22
app/views/static/keyboard_shortcuts.html.erb
Normal file
@@ -0,0 +1,22 @@
|
||||
<div id="c-static">
|
||||
<div id="a-keyboard-shortcuts">
|
||||
<h1>Keyboard Shortcuts</h1>
|
||||
|
||||
<section>
|
||||
<h1>Post Listing</h1>
|
||||
<ul>
|
||||
<li><span class="key">←</span> Previous page</li>
|
||||
<li><span class="key">→</span> Next page</li>
|
||||
<li><span class="key">/</span> Search</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h1>Post</h1>
|
||||
<ul>
|
||||
<li><span class="key">n</span> New note</li>
|
||||
<li><span class="key">/</span> Search</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user