summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-07-12 12:25:59 +0400
committerAndrew Dolgov <[email protected]>2011-07-12 12:25:59 +0400
commit2bb3f95783ab85aee689fa3b54fdde7ced817279 (patch)
tree179c3feed7851046eac782d790fb673cfd715f81 /help
parentc252d7c7819d8acc0bbdf5e60ca9b308b4554eb9 (diff)
hotkeys: implement a-prefix hotkeys (a i, a u, a a, a n)
Diffstat (limited to 'help')
-rw-r--r--help/3.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/help/3.php b/help/3.php
index d48adc618..7e2f1deef 100644
--- a/help/3.php
+++ b/help/3.php
@@ -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>