1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 21:21:29 +00:00

adding an email article hotkey 'e'

This commit is contained in:
Chris Chernesky
2011-07-18 12:24:41 -04:00
parent 44cddbcedb
commit fe66e229d7
2 changed files with 6 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
<tr><td class='n'>o</td><td><?php echo __("Open article in new window") ?></td></tr>
<tr><td class='n'>c n/c p</td><td><?php echo __("Mark articles below/above active one as read") ?></td></tr>
<tr><td class='n'>N/P</td><td><?php echo __("Scroll article content") ?></td></tr>
<tr><td class='n'>e</td><td><?php echo __("Email article") ?></td></tr>
</table>