1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 10:07:11 +00:00

reinstate N & P shortcuts

This commit is contained in:
Andrew Dolgov
2008-05-17 17:03:29 +01:00
parent 314fcd2bfd
commit 62f2d58fac
2 changed files with 13 additions and 0 deletions

View File

@@ -18,6 +18,9 @@
<tr><td class='n'>u</td><td><?php echo __("Toggle unread") ?></td></tr>
<tr><td class='n'>T</td><td><?php echo __("Edit tags") ?></td></tr>
<tr><td class='n'>o</td><td><?php echo __("Open article in new window") ?></td></tr>
<tr><td class='n'>P</td><td><?php echo __("Mark articles above active as read") ?></td></tr>
<tr><td class='n'>N</td><td><?php echo __("Mark articles below active as read") ?></td></tr>
</table>
<h2><?php echo __("Other actions") ?></h2>