summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-17 16:58:15 +0100
committerAndrew Dolgov <[email protected]>2008-05-17 16:58:15 +0100
commit314fcd2bfdc42bef86ff479d720d7e9352612ce8 (patch)
tree8d7a44bca800dfa2d85328314d8780587490574c /help
parentc771953ddfb1450989d7405d38aff81129c0182a (diff)
new shortcut: tab (selects article under cursor)
Diffstat (limited to 'help')
-rw-r--r--help/3.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/help/3.php b/help/3.php
index 320040568..97f91439c 100644
--- a/help/3.php
+++ b/help/3.php
@@ -23,6 +23,8 @@
<h2><?php echo __("Other actions") ?></h2>
<table>
+ <tr><td class='n'>[tab]</td><td><?php echo __("Select article under mouse cursor") ?></td></tr>
+
<tr><td class='n'>c f</td><td><?php echo __("Create filter") ?></td></tr>
<tr><td class='n'>c s</td><td><?php echo __("Collapse sidebar") ?></td></tr>
<tr><td class='n'>?</td><td><?php echo __("Display this help dialog") ?></td></tr>