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: