diff --git a/src/pages/index.tsx b/src/pages/index.tsx index e5ca30e4..76fa3be3 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -53,7 +53,7 @@ function App() { useEffect(() => { loadAppearance() const f = async () => { - await register('CommandOrControl+Shift+I', async () => { + await register('F12', async () => { await invoke('switch_devtools') }) }