diff --git a/src/KeyboardShortcuts.tsx b/src/KeyboardShortcuts.tsx index 96e7181a3..b155f0483 100644 --- a/src/KeyboardShortcuts.tsx +++ b/src/KeyboardShortcuts.tsx @@ -83,8 +83,8 @@ const bindings: Record = { [KeyboardAction.NEW_ITEM]: ["Alt+N I"], [KeyboardAction.DELETE_ITEM]: ["Alt+D"], [KeyboardAction.TOGGLE_COPILOT]: ["$mod+P"], - [KeyboardAction.SELECT_LEFT_TAB]: ["$mod+Alt+[", "$mod+Shift+F6"], - [KeyboardAction.SELECT_RIGHT_TAB]: ["$mod+Alt+]", "$mod+F6"], + [KeyboardAction.SELECT_LEFT_TAB]: ["$mod+Alt+BracketLeft", "$mod+Shift+F6"], + [KeyboardAction.SELECT_RIGHT_TAB]: ["$mod+Alt+BracketRight", "$mod+F6"], [KeyboardAction.CLOSE_TAB]: ["$mod+Alt+W"], [KeyboardAction.SEARCH]: ["$mod+Shift+F"], [KeyboardAction.CLEAR_SEARCH]: ["$mod+Shift+C"],