We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58a87b commit e436045Copy full SHA for e436045
1 file changed
packages/devtools/src/context/devtools-store.ts
@@ -49,7 +49,7 @@ export type DevtoolsStore = {
49
panelLocation: 'top' | 'bottom'
50
/**
51
* The hotkey to open the dev tools
52
- * @default ["Shift", "A"]
+ * @default ["Control", "~"]
53
*/
54
openHotkey: Array<KeyboardKey>
55
@@ -99,7 +99,7 @@ export const initialState: DevtoolsStore = {
99
hideUntilHover: false,
100
position: 'bottom-right',
101
panelLocation: 'bottom',
102
- openHotkey: ['Shift', 'A'],
+ openHotkey: ['Control', '~'],
103
inspectHotkey: ['Shift', 'CtrlOrMeta'],
104
requireUrlFlag: false,
105
urlFlag: 'tanstack-devtools',
0 commit comments