summaryrefslogtreecommitdiff
path: root/help/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-14 15:51:27 +0400
committerAndrew Dolgov <[email protected]>2011-12-14 15:51:27 +0400
commit66be620a87aa93a1f9cc3e956942026ce31f2207 (patch)
tree888cb605c352f69b332fc63e1d5235975b6b836a /help/prefs.php
parent07391e36b8d8c4cfadcebe47046829457178cbba (diff)
do not include keyboard help files into index and prefs.php
Diffstat (limited to 'help/prefs.php')
-rw-r--r--help/prefs.php41
1 files changed, 41 insertions, 0 deletions
diff --git a/help/prefs.php b/help/prefs.php
new file mode 100644
index 000000000..4cf3a1261
--- /dev/null
+++ b/help/prefs.php
@@ -0,0 +1,41 @@
+<h1><?php echo __("Keyboard Shortcuts") ?></h1>
+
+<table style='width : 100%'><tr><td style='width : 50%' valign='top'>
+
+ <h2><?php echo __("Go to...") ?></h2>
+
+ <table>
+ <tr><td class='n'>g 1</td><td><?php echo __("Preferences") ?></td></tr>
+ <tr><td class='n'>g 2</td><td><?php echo __("My Feeds") ?></td></tr>
+ <!-- <tr><td class='n'>g 3</td><td><?php echo __("Other Feeds") ?></td></tr> -->
+ <tr><td class='n'>g 3</td><td><?php echo __("Filters") ?></td></tr>
+ <tr><td class='n'>g 4</td><td><?php echo __("Labels") ?></td></tr>
+ <tr><td class='n'>g 5</td><td><?php echo __("Users") ?></td></tr>
+ <tr><td class='n'>g x</td><td><?php echo __("Exit preferences") ?></td></tr>
+ </table>
+
+</td><td valign='top'>
+
+ <h2><?php echo __("Panel actions") ?></h2>
+
+ <table>
+ <tr><td class='n'>c s</td><td><?php echo __("Subscribe to feed") ?></td></tr>
+ <tr><td class='n'>c T</td><td><?php echo __("Top 25 feeds") ?></td></tr>
+ <tr><td class='n'>c c</td><td><?php echo __("Edit feed categories") ?></td></tr>
+ <tr><td class='n'>c f</td><td><?php echo __("Create filter") ?></td></tr>
+ <!-- <tr><td class='n'>c l</td><td><?php echo __("Create label") ?></td></tr> -->
+ <!-- <tr><td class='n'>c u</td><td><?php echo __("Create user") ?></td></tr> -->
+ </table>
+
+ <h2><?php echo __("Other actions") ?></h2>
+
+ <table>
+ <tr><td class='n'>/</td><td><?php echo __("Focus search (if present)") ?></td></tr>
+ <tr><td class='n'>?</td><td><?php echo __("Display this help dialog") ?></td></tr>
+ </table>
+
+</td></tr></table>
+
+<p class='insensitive'><span class='small'><?php echo __("<b>Note:</b> not all actions may be available, depending on Tiny Tiny RSS configuration and your access level.") ?></span></p>
+
+<p class="small"><?php echo __("Press any key to close this window.") ?></p>