implement j/k hotkeys to move between feeds (closes #292)

This commit is contained in:
Andrew Dolgov
2011-01-15 20:14:45 +03:00
parent 8fc26c419b
commit 69de6b46b2
3 changed files with 60 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<h2><?php echo __("Navigation") ?></h2>
<table>
<!-- <tr><td class='n'>j/k</td><td><?php echo __("Move between feeds") ?></td></tr> -->
<tr><td class='n'>j/k</td><td><?php echo __("Move between feeds") ?></td></tr>
<tr><td class='n'>n/p</td><td><?php echo __("Move between articles") ?></td></tr>
<tr><td class='n'>/</td><td><?php echo __("Show search dialog") ?></td></tr>
</table>