#Keyboard shortcut to bring up dev tools in Tauri 2

1 messages · Page 1 of 1 (latest)

ionic pulsar
#

I just upgraded to Tauri 2. It seems I can no longer press Cmd-Alt-I in MacOS to bring up the devtools the way I used to in Tauri 1. (I believe this is the standard shortcut in all WebKit based browsers.)
Has this been changed in Tauri 2?

mossy tinsel
#

I think the permission core:webview:allow-internal-toggle-devtools might do it.

#

It's working for me and I have that permission set, but I don't recall if that's what I did to enable it.

ionic pulsar
#

Thanks, but I'm afraid that made no difference.
Just to clarify, right-click + Inspect Element still works, just not the keyboard shortcut.

restive mirage
ionic pulsar
#

Cmd-Opt-C works! Thanks!