#Keyboard shortcut to bring up dev tools in Tauri 2
1 messages · Page 1 of 1 (latest)
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.
Thanks, but I'm afraid that made no difference.
Just to clarify, right-click + Inspect Element still works, just not the keyboard shortcut.
does cmd+shift+c or cmd+option+c work for you?
Cmd-Opt-C works! Thanks!