summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-01-15 20:14:45 +0300
committerAndrew Dolgov <[email protected]>2011-01-15 20:14:45 +0300
commit69de6b46b2eba1a02808fcb420745e985e97dbbb (patch)
treef6259811bfde487362e39096bb39d8ca798231ba /help
parent8fc26c419b6b5f948f57b7a4ee9e27962d43af5e (diff)
implement j/k hotkeys to move between feeds (closes #292)
Diffstat (limited to 'help')
-rw-r--r--help/3.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/3.php b/help/3.php
index c45da8634..d48adc618 100644
--- a/help/3.php
+++ b/help/3.php
@@ -5,7 +5,7 @@
<h2><?php echo __("Navigation") ?></h2>
<table>
- <!-- <tr><td class='n'>j/k</td><td><?php echo __("Move between feeds") ?></td></tr> -->
+ <tr><td class='n'>j/k</td><td><?php echo __("Move between feeds") ?></td></tr>
<tr><td class='n'>n/p</td><td><?php echo __("Move between articles") ?></td></tr>
<tr><td class='n'>/</td><td><?php echo __("Show search dialog") ?></td></tr>
</table>