2013-07-21 17:11:41 +02:00
|
|
|
<div class="alert alert-normal" id="shortcuts">
|
|
|
|
<h3><?= t('Keyboard shortcuts') ?></h3>
|
|
|
|
<ul>
|
2013-09-14 18:10:38 +02:00
|
|
|
<li><?= t('Go to unread') ?> = <strong>gu</strong></li>
|
|
|
|
<li><?= t('Go to bookmarks') ?> = <strong>gb</strong></li>
|
|
|
|
<li><?= t('Go to history') ?> = <strong>gh</strong></li>
|
|
|
|
<li><?= t('Go to subscriptions') ?> = <strong>gs</strong></li>
|
|
|
|
<li><?= t('Go to preferences') ?> = <strong>gp</strong></li>
|
2013-10-31 20:28:39 +01:00
|
|
|
<li><?= t('Update all subscriptions') ?> = <strong>r</strong></li>
|
2013-07-29 02:10:07 +02:00
|
|
|
<li><?= t('Download content') ?> = <strong>d</strong></li>
|
2013-07-21 17:11:41 +02:00
|
|
|
<li><?= t('Previous item') ?> = <strong>p</strong> <?= t('or') ?> <strong>j</strong></li>
|
|
|
|
<li><?= t('Next item') ?> = <strong>n</strong> <?= t('or') ?> <strong>k</strong></li>
|
|
|
|
<li><?= t('Mark as read or unread') ?> = <strong>m</strong></li>
|
|
|
|
<li><?= t('Open original link') ?> = <strong>v</strong></li>
|
|
|
|
<li><?= t('Open item') ?> = <strong>o</strong></li>
|
|
|
|
<li><?= t('Bookmark item') ?> = <strong>f</strong></li>
|
|
|
|
<li><?= t('Previous page') ?> = <strong>h</strong></li>
|
|
|
|
<li><?= t('Next page') ?> = <strong>l</strong></li>
|
2014-12-24 04:13:23 +01:00
|
|
|
<li><?= t('Toggle RTL mode') ?> = <strong>z</strong></li>
|
2013-07-21 17:11:41 +02:00
|
|
|
<li><?= t('Show help') ?> = <strong>?</strong></li>
|
|
|
|
<li><?= t('Close help') ?> = <strong>q</strong></li>
|
|
|
|
</ul>
|
2013-09-12 00:02:07 +02:00
|
|
|
</div>
|