summaryrefslogtreecommitdiffstats
path: root/templates/part.content.shortcuts.php
diff options
context:
space:
mode:
authorHK2FB <tom.schmidt@helsana.ch>2022-05-15 13:16:56 +0200
committerSean Molenaar <sean@seanmolenaar.eu>2022-05-22 16:07:30 +0200
commitb036d309c27132e4f10df952e9335afdb3edfeb5 (patch)
treee888f1fa178f2fe36baefcfb2ccc080ef27645ce /templates/part.content.shortcuts.php
parent50c8960f8d36ab6012f62034f815561078380dc0 (diff)
Vue Rewrite
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'templates/part.content.shortcuts.php')
-rw-r--r--templates/part.content.shortcuts.php74
1 files changed, 0 insertions, 74 deletions
diff --git a/templates/part.content.shortcuts.php b/templates/part.content.shortcuts.php
deleted file mode 100644
index 8c616db7d..000000000
--- a/templates/part.content.shortcuts.php
+++ /dev/null
@@ -1,74 +0,0 @@
-<?php print_unescaped($this->inc('part.content.warnings')) ?>
-
-<div id="app-shortcuts">
- <div>
- <table>
- <tr>
- <th><?php p($l->t('Keyboard shortcut')); ?></th>
- <th><?php p($l->t('Description')); ?></th>
- </tr>
- <tr>
- <td>n / j / <?php p($l->t('right')); ?></td>
- <td><?php p($l->t('Jump to next article')); ?></td>
- </tr>
- <tr>
- <td>p / k / <?php p($l->t('left')); ?></td>
- <td><?php p($l->t('Jump to previous article')); ?></td>
- </tr>
- <tr>
- <td>s / l</td>
- <td><?php p($l->t('Toggle star article')); ?></td>
- </tr>
- <tr>
- <td>h</td>
- <td>
- <?php p($l->t('Star article and jump to next one')); ?>
- </td>
- </tr>
- <tr>
- <td>u</td>
- <td>
- <?php p($l->t('Toggle keep current article unread')); ?>
- </td>
- </tr>
- <tr>
- <td>o</td>
- <td><?php p($l->t('Open article in new tab')); ?></td>
- </tr>
- <tr>
- <td>e</td>
- <td>
- <?php p($l->t('Toggle expand article in compact view')); ?>
- </td>
- </tr>
- <tr>
- <td>r</td>
- <td><?php p($l->t('Refresh')); ?></td>
- </tr>
- <tr>
- <td>f</td>
- <td><?php p($l->t('Load next feed')); ?></td>
- </tr>
- <tr>
- <td>d</td>
- <td><?php p($l->t('Load previous feed')); ?></td>
- </tr>
- <tr>
- <td>c</td>
- <td><?php p($l->t('Load previous folder')); ?></td>
- </tr>
- <tr>
- <td>v</td>
- <td><?php p($l->t('Load next folder')); ?></td>
- </tr>
- <tr>
- <td>a</td>
- <td><?php p($l->t('Scroll to active navigation entry')); ?></td>
- </tr>
- <tr>
- <td>shift + a</td>
- <td><?php p($l->t('Mark current article\'s feed/folder read')); ?></td>
- </tr>
- </table>
- </div>
-</div>