show shortcuts on '?' keypress (#52)

This commit is contained in:
Athou
2013-04-21 17:07:34 +02:00
parent 0204dadc3f
commit 0f5cb77502
4 changed files with 37 additions and 24 deletions

View File

@@ -45,22 +45,7 @@
</div>
<div class="tab-pane" id="shortcuts">
<h3>Keyboard Shortcuts</h3>
<dl class="dl-horizontal">
<dt>k, space</dt>
<dd>open next entry</dd>
<dt>j, shift+space</dt>
<dd>open previous entry</dd>
<dt>o, enter</dt>
<dd>open/close current entry</dd>
<dt>v</dt>
<dd>open current entry in a new window</dd>
<dt>mouse middleclick</dt>
<dd>open entry in new tab and mark as read</dd>
</dl>
<div ng-include="'templates/_shortcuts.html'"></div>
</div>
</div>
</div>