]> git.wh0rd.org - tt-rss.git/blame - help/4.php
add hotkeys to prefs (2)
[tt-rss.git] / help / 4.php
CommitLineData
746dcf42
AD
1<h1><?php echo __("Keyboard Shortcuts") ?></h1>
2
3<table width='100%'><tr><td width='50%' valign='top'>
4
6068d33b 5 <h2><?php echo __("Go to...") ?></h2>
746dcf42
AD
6
7 <table>
6068d33b
AD
8 <tr><td class='n'>g 1</td><td><?php echo __("Preferences") ?></td></tr>
9 <tr><td class='n'>g 2</td><td><?php echo __("My Feeds") ?></td></tr>
10 <tr><td class='n'>g 3</td><td><?php echo __("Other Feeds") ?></td></tr>
11 <tr><td class='n'>g 4</td><td><?php echo __("Content Filtering") ?></td></tr>
12 <tr><td class='n'>g 5</td><td><?php echo __("Label Editor") ?></td></tr>
13 <tr><td class='n'>g 6</td><td><?php echo __("User Manager") ?></td></tr>
746dcf42
AD
14 </table>
15
16</td><td valign='top'>
17
18 <h2><?php echo __("Panel actions") ?></h2>
19
20 <table>
21 <tr><td class='n'>c s</td><td><?php echo __("Subscribe to feed") ?></td></tr>
22 <tr><td class='n'>c f</td><td><?php echo __("Create filter") ?></td></tr>
23 <tr><td class='n'>c l</td><td><?php echo __("Create label") ?></td></tr>
6068d33b 24 <!-- <tr><td class='n'>c u</td><td><?php echo __("Create user") ?></td></tr> -->
746dcf42
AD
25 </table>
26
27 <h2><?php echo __("Other actions") ?></h2>
28
29 <table>
30 <tr><td class='n'>g x</td><td><?php echo __("Exit preferences") ?></td></tr>
31 </table>
32
33</td></tr></table>
34
35<p class='insensitive'><span class='small'>Note: not all actions may be available, depending on Tiny Tiny RSS configuration and your access level.</span></p>
36
37<p class="small"><?php echo __("Press any key to close this window.") ?></p>