feat(ui): add "search" to the keyboard shortcut help (#2429)
This commit is contained in:
parent
1fe598f554
commit
291f99cbea
@ -53,6 +53,10 @@ const shortcutItemGroups: ShortcutItemGroup[] = [
|
|||||||
{
|
{
|
||||||
name: t('magic_keys.groups.actions.title'),
|
name: t('magic_keys.groups.actions.title'),
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
description: t('magic_keys.groups.actions.search'),
|
||||||
|
shortcut: { keys: [modifierKeyName, 'k'], isSequence: false },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
description: t('magic_keys.groups.actions.command_mode'),
|
description: t('magic_keys.groups.actions.command_mode'),
|
||||||
shortcut: { keys: [modifierKeyName, '/'], isSequence: false },
|
shortcut: { keys: [modifierKeyName, '/'], isSequence: false },
|
||||||
|
@ -213,6 +213,7 @@
|
|||||||
"command_mode": "Command mode",
|
"command_mode": "Command mode",
|
||||||
"compose": "Compose",
|
"compose": "Compose",
|
||||||
"favourite": "Favourite",
|
"favourite": "Favourite",
|
||||||
|
"search": "Search",
|
||||||
"title": "Actions"
|
"title": "Actions"
|
||||||
},
|
},
|
||||||
"media": {
|
"media": {
|
||||||
|
@ -213,6 +213,7 @@
|
|||||||
"command_mode": "コマンドモード",
|
"command_mode": "コマンドモード",
|
||||||
"compose": "投稿",
|
"compose": "投稿",
|
||||||
"favourite": "お気に入り",
|
"favourite": "お気に入り",
|
||||||
|
"search": "検索",
|
||||||
"title": "アクション"
|
"title": "アクション"
|
||||||
},
|
},
|
||||||
"media": {
|
"media": {
|
||||||
|
Loading…
Reference in New Issue
Block a user