1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 06:01:28 +00:00

new hotkey =: toggle hide read headlines

This commit is contained in:
Andrew Dolgov
2008-06-03 16:37:46 +01:00
parent 793ec6ff22
commit df485d4f8e
4 changed files with 50 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
<table>
<tr><td class='n'>r</td><td><?php echo __("Update active feed") ?></td></tr>
<tr><td class='n'>R</td><td><?php echo __("Update all feeds") ?></td></tr>
<tr><td class='n'>=</td><td><?php echo __("(Un)hide read articles") ?></td></tr>
<tr><td class='n'>f a</td><td><?php echo __("(Un)hide read feeds") ?></td></tr>
<tr><td class='n'>f s</td><td><?php echo __("Subscribe to feed") ?></td></tr>
<tr><td class='n'>f e</td><td><?php echo __("Edit feed") ?></td></tr>