summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-17 12:51:30 +0300
committerAndrew Dolgov <[email protected]>2010-11-17 12:51:30 +0300
commit6e88da8223c70e4ec3af27f6385a8a89006709fe (patch)
treed90e1033076d052383752642a094994d54aa377f /help
parent8624dec2dbd50440fbcee76546a17837b55c772e (diff)
js: misc code cleanup, handle ctrl-clicking on postContent
Diffstat (limited to 'help')
-rw-r--r--help/3.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/help/3.php b/help/3.php
index 8953f5ed1..0a526d293 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>
@@ -46,8 +46,7 @@
<tr><td class='n'>f a</td><td><?php echo __("(Un)hide read feeds") ?></td></tr>
<tr><td class='n'>f s</td><td><?php echo __("Subscribe to feed") ?></td></tr>
<tr><td class='n'>f e</td><td><?php echo __("Edit feed") ?></td></tr>
- <tr><td class='n'>f w</td><td><?php echo __("Sort by name or unread count") ?></td></tr>
- <!-- <tr><td class='n'>f h</td><td><?php echo __("Hide visible read articles") ?></td></tr> -->
+ <!-- <tr><td class='n'>f w</td><td><?php echo __("Sort by name or unread count") ?></td></tr> -->
<tr><td class='n'>f q</td><td><?php echo __("Mark feed as read") ?></td></tr>
<tr><td class='n'>f x</td><td><?php echo __("Reverse headlines order") ?></td></tr>
<tr><td class='n'>Q</td><td><?php echo __("Mark all feeds as read") ?></td></tr>