|
Revision 2413, 1.7 kB
(checked in by Andrew Dolgov <fox@bah.spb.su>, 6 months ago)
|
[project @ remove incomplete code for hotkey zones]
|
| Line | |
|---|
| 1 |
<h1><?php echo __("Keyboard Shortcuts") ?></h1> |
|---|
| 2 |
|
|---|
| 3 |
<table width='100%'><tr><td width='50%' valign='top'> |
|---|
| 4 |
|
|---|
| 5 |
<h2><?php echo __("Go to...") ?></h2> |
|---|
| 6 |
|
|---|
| 7 |
<table> |
|---|
| 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> |
|---|
| 14 |
<tr><td class='n'>g x</td><td><?php echo __("Exit preferences") ?></td></tr> |
|---|
| 15 |
</table> |
|---|
| 16 |
|
|---|
| 17 |
</td><td valign='top'> |
|---|
| 18 |
|
|---|
| 19 |
<h2><?php echo __("Panel actions") ?></h2> |
|---|
| 20 |
|
|---|
| 21 |
<table> |
|---|
| 22 |
<tr><td class='n'>c s</td><td><?php echo __("Subscribe to feed") ?></td></tr> |
|---|
| 23 |
<tr><td class='n'>c T</td><td><?php echo __("Top 25 feeds") ?></td></tr> |
|---|
| 24 |
<tr><td class='n'>c c</td><td><?php echo __("Edit feed categories") ?></td></tr> |
|---|
| 25 |
<tr><td class='n'>c f</td><td><?php echo __("Create filter") ?></td></tr> |
|---|
| 26 |
<tr><td class='n'>c l</td><td><?php echo __("Create label") ?></td></tr> |
|---|
| 27 |
<!-- <tr><td class='n'>c u</td><td><?php echo __("Create user") ?></td></tr> --> |
|---|
| 28 |
</table> |
|---|
| 29 |
|
|---|
| 30 |
<h2><?php echo __("Other actions") ?></h2> |
|---|
| 31 |
|
|---|
| 32 |
<table> |
|---|
| 33 |
<tr><td class='n'>/</td><td><?php echo __("Focus search (if present)") ?></td></tr> |
|---|
| 34 |
<tr><td class='n'>?</td><td><?php echo __("Display this help dialog") ?></td></tr> |
|---|
| 35 |
</table> |
|---|
| 36 |
|
|---|
| 37 |
</td></tr></table> |
|---|
| 38 |
|
|---|
| 39 |
<p class='insensitive'><span class='small'><b>Note:</b> not all actions may be available, depending on Tiny Tiny RSS configuration and your access level.</span></p> |
|---|
| 40 |
|
|---|
| 41 |
<p class="small"><?php echo __("Press any key to close this window.") ?></p> |
|---|
| 42 |
|
|---|