From e904abb794ff01b5801ebf666ea11b80b47464eb Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Wed, 26 Aug 2026 11:17:33 +0300 Subject: [PATCH] fix(ui): drop the dead switch_tab actions that collided with surface switching --- packages/ui/src/lib/shortcuts/config.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/packages/ui/src/lib/shortcuts/config.ts b/packages/ui/src/lib/shortcuts/config.ts index 88cd8e4a..0e18660d 100644 --- a/packages/ui/src/lib/shortcuts/config.ts +++ b/packages/ui/src/lib/shortcuts/config.ts @@ -219,16 +219,6 @@ const SHORTCUT_GROUPS = { settingsLabelKey: 'settings.openchamber.keyboardShortcuts.action.cycle_services_tab.label', }, - { id: 'switch_tab_1', defaultBinding: 'mod+1', customizable: false }, - // Mobile tab shortcuts may share numeric bindings with desktop-only panel commands. - { id: 'switch_tab_2', defaultBinding: 'mod+2', customizable: false }, - { id: 'switch_tab_3', defaultBinding: 'mod+3', customizable: false }, - { id: 'switch_tab_4', defaultBinding: 'mod+4', customizable: false }, - { id: 'switch_tab_5', defaultBinding: 'mod+5', customizable: false }, - { id: 'switch_tab_6', defaultBinding: 'mod+6', customizable: false }, - { id: 'switch_tab_7', defaultBinding: 'mod+7', customizable: false }, - { id: 'switch_tab_8', defaultBinding: 'mod+8', customizable: false }, - { id: 'switch_tab_9', defaultBinding: 'mod+9', customizable: false }, ], application: [ {