From a16450be5d445107b32911d240060f056b21484d Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 28 Oct 2022 10:32:10 +0200 Subject: [PATCH] add missing keyboard shortcut in help --- .../src/components/KeyboardShortcutsHelp.tsx | 9 ++++++++- commafeed-client/src/locales/en/messages.po | 4 ++++ commafeed-client/src/locales/fr/messages.po | 4 ++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/commafeed-client/src/components/KeyboardShortcutsHelp.tsx b/commafeed-client/src/components/KeyboardShortcutsHelp.tsx index 6aa75ab1..b3ec60c0 100644 --- a/commafeed-client/src/components/KeyboardShortcutsHelp.tsx +++ b/commafeed-client/src/components/KeyboardShortcutsHelp.tsx @@ -74,7 +74,8 @@ export function KeyboardShortcutsHelp() { Open/close current entry - O, + O + , Enter @@ -131,6 +132,12 @@ export function KeyboardShortcutsHelp() { Navigate to a subscription by entering its name + + Ctrl + + + + K + , G U diff --git a/commafeed-client/src/locales/en/messages.po b/commafeed-client/src/locales/en/messages.po index db264c32..b7557780 100644 --- a/commafeed-client/src/locales/en/messages.po +++ b/commafeed-client/src/locales/en/messages.po @@ -186,6 +186,10 @@ msgstr "Cozy" msgid "Create tag: {query}" msgstr "Create tag: {query}" +#: src/components/KeyboardShortcutsHelp.tsx +msgid "Ctrl" +msgstr "Ctrl" + #: src/components/settings/ProfileSettings.tsx msgid "Current password" msgstr "Current password" diff --git a/commafeed-client/src/locales/fr/messages.po b/commafeed-client/src/locales/fr/messages.po index 579b116a..1b33bba6 100644 --- a/commafeed-client/src/locales/fr/messages.po +++ b/commafeed-client/src/locales/fr/messages.po @@ -186,6 +186,10 @@ msgstr "Cozy" msgid "Create tag: {query}" msgstr "Créer le tag: {query}" +#: src/components/KeyboardShortcutsHelp.tsx +msgid "Ctrl" +msgstr "Ctrl" + #: src/components/settings/ProfileSettings.tsx msgid "Current password" msgstr "Mot de passe actuel"