add support for "n" and "p" keyboard shortcuts

This commit is contained in:
Athou
2022-10-11 16:02:18 +02:00
parent 438b255708
commit 97d290de9d
5 changed files with 59 additions and 2 deletions

View File

@@ -29,6 +29,22 @@ export function KeyboardShortcutsHelp() {
<Kbd>K</Kbd>
</td>
</tr>
<tr>
<td>
<Trans>Set focus on next entry without opening it</Trans>
</td>
<td>
<Kbd>N</Kbd>
</td>
</tr>
<tr>
<td>
<Trans>Set focus on previous entry without opening it</Trans>
</td>
<td>
<Kbd>P</Kbd>
</td>
</tr>
<tr>
<td>
<Trans>Move the page down</Trans>