mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-30 15:37:10 +00:00
hotkeys: implement a-prefix hotkeys (a i, a u, a a, a n)
This commit is contained in:
@@ -38,6 +38,15 @@
|
||||
|
||||
</td><td valign='top'>
|
||||
|
||||
<h2><?php echo __("Multiple articles actions") ?></h2>
|
||||
|
||||
<table>
|
||||
<tr><td class='n'>a a</td><td><?php echo __("Select all articles") ?></td></tr>
|
||||
<tr><td class='n'>a u</td><td><?php echo __("Select unread articles") ?></td></tr>
|
||||
<tr><td class='n'>a i</td><td><?php echo __("Invert article selection") ?></td></tr>
|
||||
<tr><td class='n'>a n</td><td><?php echo __("Deselect all articles") ?></td></tr>
|
||||
</table>
|
||||
|
||||
<h2><?php echo __("Feed actions") ?></h2>
|
||||
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user