File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/devtools/src/context Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @tanstack/devtools ' : minor
3+ ---
4+
5+ modifies default hotkey to be Control ~ , replacing Shift A
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export type DevtoolsStore = {
4949 panelLocation : 'top' | 'bottom'
5050 /**
5151 * The hotkey to open the dev tools
52- * @default ["Shift ", "A "]
52+ * @default ["Control ", "~ "]
5353 */
5454 openHotkey : Array < KeyboardKey >
5555 /**
@@ -99,7 +99,7 @@ export const initialState: DevtoolsStore = {
9999 hideUntilHover : false ,
100100 position : 'bottom-right' ,
101101 panelLocation : 'bottom' ,
102- openHotkey : [ 'Shift ' , 'A ' ] ,
102+ openHotkey : [ 'Control ' , '~ ' ] ,
103103 inspectHotkey : [ 'Shift' , 'CtrlOrMeta' ] ,
104104 requireUrlFlag : false ,
105105 urlFlag : 'tanstack-devtools' ,
You can’t perform that action at this time.
0 commit comments