Added "r" keyboard shortcut for "Update all subscriptions"

This commit is contained in:
chrislemonier 2013-10-31 12:28:39 -07:00
parent 596d69953b
commit 8a30dd2dce
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<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('Update all subscriptions') ?> = <strong>r</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>