From 0324827ad84c609eff3446c8d5bd724d9a240dbc Mon Sep 17 00:00:00 2001 From: Anthony Morris Date: Tue, 10 Oct 2023 10:16:47 -0700 Subject: [PATCH] fix: dev tools shortcut (#1450) * fix: dev tools shortcut The dev tools are opened using `CmdOrCrtl+Alt+I` so I updated the `CONTRIBUTING.md` to reflect this. * chore: clean up command reference --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc967b827..c8f68accb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ To quickly run only the desktop app after `prep`, you can use: - `pnpm tauri dev` - If necessary, the webview devtools can be opened by pressing Ctrl + Shift + I in the desktop app. + If necessary, the [webview devtools](https://tauri.app/v1/guides/debugging/application/#webview-console) can be opened by pressing `Ctrl + Shift + I` (Linux and Windows) and `Command + Option + I` (Mac) in the desktop app. Also, the react-devtools can be launched using `pnpm dlx react-devtools`. However, it must be executed before starting the desktop app for it qto connect.