Skip to content

Commit cc64b51

Browse files
authored
Fix focus command history shortcut name (#125)
1 parent 8883a66 commit cc64b51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/console/src/ConsoleShortcuts.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ const CONSOLE = {
1717

1818
const COMMAND_HISTORY = {
1919
name: 'Command History',
20-
FOCUS_SEARCH: ShortcutRegistry.createAndAdd({
21-
id: 'COMMAND_HISTORY.FOCUS_SEARCH',
22-
name: 'Focus Search',
20+
FOCUS_HISTORY: ShortcutRegistry.createAndAdd({
21+
id: 'COMMAND_HISTORY.FOCUS_HISTORY',
22+
name: 'Focus History Search',
2323
shortcut: [MODIFIER.CTRL, KEY.H],
2424
macShortcut: [MODIFIER.CTRL, MODIFIER.OPTION, KEY.H],
2525
}),

0 commit comments

Comments
 (0)