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
This commit is contained in:
Anthony Morris 2023-10-10 10:16:47 -07:00 committed by GitHub
parent 72b3d60e32
commit 0324827ad8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.