diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-09-09 08:08:47 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-09-09 08:08:47 +0100 |
| commit | a411875be5c37256c27d27adee7588a8acbc7104 (patch) | |
| tree | 034e06eb986eb5fcf8e1fe152aae437673142805 /help | |
| parent | 45c8c7a68f3504107c23972dac048968eae051db (diff) | |
set N/P hotkeys to scroll active article (or headlines pane in CDM)
Diffstat (limited to 'help')
| -rw-r--r-- | help/3.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/help/3.php b/help/3.php index dadb627da..92c4be2ef 100644 --- a/help/3.php +++ b/help/3.php @@ -18,7 +18,9 @@ <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'>o</td><td><?php echo __("Open article in new window") ?></td></tr> - <tr><td class='n'>N/P</td><td><?php echo __("Mark articles below/above active one as read") ?></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> + </table> <h2><?php echo __("Other actions") ?></h2> |