mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
feat(ui): add "search" to the keyboard shortcut help (#2429)
This commit is contained in:
parent
1fe598f554
commit
291f99cbea
3 changed files with 6 additions and 0 deletions
|
@ -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 },
|
||||
|
|
|
@ -213,6 +213,7 @@
|
|||
"command_mode": "Command mode",
|
||||
"compose": "Compose",
|
||||
"favourite": "Favourite",
|
||||
"search": "Search",
|
||||
"title": "Actions"
|
||||
},
|
||||
"media": {
|
||||
|
|
|
@ -213,6 +213,7 @@
|
|||
"command_mode": "コマンドモード",
|
||||
"compose": "投稿",
|
||||
"favourite": "お気に入り",
|
||||
"search": "検索",
|
||||
"title": "アクション"
|
||||
},
|
||||
"media": {
|
||||
|
|
Loading…
Reference in a new issue