Is there a keyboard shortcut to open the Chrome source Panel directly? I found some shortcuts to open the element panel(shift command c) or console panel(command option j) but did not find one to open the Source panel, so that I can inspect and debug more quickly
CodePudding user response:
I don't think there is, but you can always just right-click and press inspect or just switch to the source panel after using a shortcut to view a different panel.
CodePudding user response:
Cmd Opt I
will actually open the last used panel. So if Sources was the last panel you had opened, you can use this keyboard shortcut to directly open it while debugging.