1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00
ttrss/help/prefs.php

42 lines
1.7 KiB
PHP
Raw Normal View History

2008-05-16 08:05:12 +02:00
<h1><?php echo __("Keyboard Shortcuts") ?></h1>
2011-12-10 19:21:54 +01:00
<table style='width : 100%'><tr><td style='width : 50%' valign='top'>
2008-05-16 08:05:12 +02:00
2008-05-16 08:33:19 +02:00
<h2><?php echo __("Go to...") ?></h2>
2008-05-16 08:05:12 +02:00
<table>
2008-05-16 08:33:19 +02:00
<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>
2009-01-24 06:20:09 +01:00
<!-- <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>
2008-05-16 08:39:39 +02:00
<tr><td class='n'>g x</td><td><?php echo __("Exit preferences") ?></td></tr>
2008-05-16 08:05:12 +02:00
</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>
2008-05-16 09:53:49 +02:00
<tr><td class='n'>c c</td><td><?php echo __("Edit feed categories") ?></td></tr>
2008-05-16 08:05:12 +02:00
<tr><td class='n'>c f</td><td><?php echo __("Create filter") ?></td></tr>
2009-01-18 09:28:42 +01:00
<!-- <tr><td class='n'>c l</td><td><?php echo __("Create label") ?></td></tr> -->
2008-05-16 08:33:19 +02:00
<!-- <tr><td class='n'>c u</td><td><?php echo __("Create user") ?></td></tr> -->
2008-05-16 08:05:12 +02:00
</table>
<h2><?php echo __("Other actions") ?></h2>
<table>
<tr><td class='n'>/</td><td><?php echo __("Focus search (if present)") ?></td></tr>
2008-05-16 08:39:39 +02:00
<tr><td class='n'>?</td><td><?php echo __("Display this help dialog") ?></td></tr>
2008-05-16 08:05:12 +02:00
</table>
</td></tr></table>
2009-02-11 16:36:31 +01:00
<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>
2008-05-16 08:05:12 +02:00
<p class="small"><?php echo __("Press any key to close this window.") ?></p>