Add Google Style 2 key shortcuts for main pages

This commit is contained in:
chrislemonier 2013-09-11 15:02:07 -07:00
parent 95fb7882dc
commit 96d978f894
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
<div class="alert alert-normal" id="shortcuts">
<h3><?= t('Keyboard shortcuts') ?></h3>
<ul>
<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>
<li><?= t('Download content') ?> = <strong>d</strong></li>
<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>
@ -13,4 +18,4 @@
<li><?= t('Show help') ?> = <strong>?</strong></li>
<li><?= t('Close help') ?> = <strong>q</strong></li>
</ul>
</div>
</div>