Files
commafeed/src/main/webapp/templates/_shortcuts.html

19 lines
372 B
HTML
Raw Normal View History

2013-04-21 17:07:34 +02:00
<dl class="dl-horizontal">
<dt>k</dt>
2013-04-21 17:07:34 +02:00
<dd>open next entry</dd>
<dt>j</dt>
2013-04-21 17:07:34 +02:00
<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>
2013-05-03 22:11:44 +02:00
<dt>s</dt>
<dd>star/unstar current entry</dd>
2013-04-21 17:07:34 +02:00
<dt>mouse middleclick</dt>
<dd>open entry in new tab and mark as read</dd>
</dl>