feat(ui): add "search" to the keyboard shortcut help (#2429)

This commit is contained in:
TAKAHASHI Shuuji 2023-10-16 19:51:37 +09:00 committed by GitHub
parent 1fe598f554
commit 291f99cbea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

@ -53,6 +53,10 @@ const shortcutItemGroups: ShortcutItemGroup[] = [
{
name: t('magic_keys.groups.actions.title'),
items: [
{
description: t('magic_keys.groups.actions.search'),
shortcut: { keys: [modifierKeyName, 'k'], isSequence: false },
},
{
description: t('magic_keys.groups.actions.command_mode'),
shortcut: { keys: [modifierKeyName, '/'], isSequence: false },

View file

@ -213,6 +213,7 @@
"command_mode": "Command mode",
"compose": "Compose",
"favourite": "Favourite",
"search": "Search",
"title": "Actions"
},
"media": {

View file

@ -213,6 +213,7 @@
"command_mode": "コマンドモード",
"compose": "投稿",
"favourite": "お気に入り",
"search": "検索",
"title": "アクション"
},
"media": {