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

cdm: tweak the way hotkey article dismissing works; toggle select article by clicking on it

This commit is contained in:
Andrew Dolgov
2010-11-10 11:38:55 +03:00
parent 779560b7a3
commit bfa0e7921d
4 changed files with 25 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
<tr><td class='n'>S</td><td><?php echo __("Toggle published") ?></td></tr>
<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'>D</td><td><?php echo __("In combined mode, dismiss article") ?></td></tr>
<tr><td class='n'>D</td><td><?php echo __("In combined mode, dismiss selected articles") ?></td></tr>
<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>