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

@@ -573,6 +573,14 @@ msgstr "Scroll smoothly when navigating between entries"
msgid "Search"
msgstr "Search"
#: src/components/KeyboardShortcutsHelp.tsx
msgid "Set focus on next entry without opening it"
msgstr "Set focus on next entry without opening it"
#: src/components/KeyboardShortcutsHelp.tsx
msgid "Set focus on previous entry without opening it"
msgstr "Set focus on previous entry without opening it"
#: src/components/header/ProfileMenu.tsx
msgid "Settings"
msgstr "Settings"

View File

@@ -573,6 +573,14 @@ msgstr "Défilement animé lors de la navigation entre les entrées"
msgid "Search"
msgstr "Rechercher"
#: src/components/KeyboardShortcutsHelp.tsx
msgid "Set focus on next entry without opening it"
msgstr "Sélectionner l'article suivant sans l'ouvrir"
#: src/components/KeyboardShortcutsHelp.tsx
msgid "Set focus on previous entry without opening it"
msgstr "Sélectionner l'article précédent sans l'ouvrir"
#: src/components/header/ProfileMenu.tsx
msgid "Settings"
msgstr "Réglages"