From d6452f32b5c700921a17063e9bfaab16408fa749 Mon Sep 17 00:00:00 2001 From: shkumbinhasani Date: Sun, 1 Feb 2026 17:51:32 +0100 Subject: [PATCH] fix: change source inspector hotkey to avoid macOS screenshot conflict The previous default hotkey (Shift + Cmd) clashes with macOS screenshot shortcut (Cmd + Shift + 4). Changed to Alt + Cmd/Ctrl instead. --- packages/devtools/src/context/devtools-store.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/devtools/src/context/devtools-store.ts b/packages/devtools/src/context/devtools-store.ts index 94e20032..9ff78275 100644 --- a/packages/devtools/src/context/devtools-store.ts +++ b/packages/devtools/src/context/devtools-store.ts @@ -54,7 +54,7 @@ export type DevtoolsStore = { openHotkey: Array /** * The hotkey to open the source inspector - * @default ["Shift", "CtrlOrMeta"] + * @default ["Alt", "CtrlOrMeta"] */ inspectHotkey: Array /** @@ -100,7 +100,7 @@ export const initialState: DevtoolsStore = { position: 'bottom-right', panelLocation: 'bottom', openHotkey: ['Control', '~'], - inspectHotkey: ['Shift', 'CtrlOrMeta'], + inspectHotkey: ['Alt', 'CtrlOrMeta'], requireUrlFlag: false, urlFlag: 'tanstack-devtools', theme: