summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-15 16:57:14 +0100
committerAndrew Dolgov <[email protected]>2008-05-15 16:57:14 +0100
commit4298481d698393bbc2950330416af549599b595f (patch)
tree0e46eacd9d90fefa7b47a5d51f61cb40c1c5e450 /help
parent61992f57718b766c5a8e345f3b3bd5b3a99e115f (diff)
rework hotkeys (incomplete)
Diffstat (limited to 'help')
-rw-r--r--help/3.php47
1 files changed, 47 insertions, 0 deletions
diff --git a/help/3.php b/help/3.php
new file mode 100644
index 000000000..28c38e005
--- /dev/null
+++ b/help/3.php
@@ -0,0 +1,47 @@
+ <h1>Keyboard Shortcuts</h1>
+
+ <table width='100%'><tr><td width='50%'>
+
+ <h2>Navigation</h2>
+
+ <table>
+ <tr><td class='n'>j/k</td><td>Move between feeds</td></tr>
+ <tr><td class='n'>n/p</td><td>Move between articles</td></tr>
+ <tr><td class='n'>/</td><td>Show search dialog</td></tr>
+ </table>
+
+ <h2>Active article actions</h2>
+
+ <table>
+ <tr><td class='n'>s</td><td>Toggle starred</td></tr>
+ <tr><td class='n'>shift-S</td><td>Toggle published</td></tr>
+ <tr><td class='n'>u</td><td>Toggle unread</td></tr>
+ <tr><td class='n'>t</td><td>Edit tags</td></tr>
+ <!-- <tr><td class='n'>S</td><td>Edit score</td></tr> -->
+ </table>
+
+ </td><td>
+
+ <h2>Feed actions</h2>
+
+ <table>
+ <tr><td class='n'>f a</td><td>(Un)hide read feeds</td></tr>
+ <tr><td class='n'>f s</td><td>Subscribe to feed</td></tr>
+ <tr><td class='n'>f u</td><td>Update feed</td></tr>
+ <tr><td class='n'>f U</td><td>Update all feeds</td></tr>
+ <tr><td class='n'>f e</td><td>Edit feed</td></tr>
+ <tr><td class='n'>f c</td><td>Mark feed as read</td></tr>
+ <tr><td class='n'>f C</td><td>Mark all feeds as read</td></tr>
+ </table>
+
+ <h2>Other actions</h2>
+
+ <table>
+ <tr><td class='n'>c f</td><td>Create filter</td></tr>
+ <tr><td class='n'>c s</td><td>Collapse sidebar</td></tr>
+ <tr><td class='n'>?</td><td>Display this help dialog</td></tr>
+ </table>
+
+ </td></tr></table>
+
+ <p class="small">Press any key to close this window.</p>