summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-08 14:32:17 +0400
committerAndrew Dolgov <[email protected]>2012-10-08 14:32:17 +0400
commit5482b38807459eaf9e04060f6e42f63ef08d1d97 (patch)
tree5518aa71427a96136c03766faee88d08566fc582 /help
parent441a89d3c509dd796ea4d5093afe0c03f7eaf4a9 (diff)
add hotkeys to select marked/published articles
Diffstat (limited to 'help')
-rw-r--r--help/main.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/help/main.php b/help/main.php
index e1812b3f2..094b28977 100644
--- a/help/main.php
+++ b/help/main.php
@@ -43,6 +43,8 @@
<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 U</td><td><?php echo __("Select starred articles") ?></td></tr>
+ <tr><td class='n'>a p</td><td><?php echo __("Select published 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>