
Launch the Run box by pressing the Windows+R keys.

You can also disable keyboard shortcuts by tweaking the registry. For example, it may result in network errors or an inability to use File Explorer. If configured incorrectly, the Local Group Policy Editor can cause permanent changes that may have unintended results when using Windows. That said, editing the Local Group Policy is a high-risk exercise that should be carried out with utmost care. You can reverse the changes and enable shortcuts by following the steps above and selecting “Disabled” or “Not Configured.”

Paste the following code For bash on Linux: microsoft-edge-dev -auto-open-devtools-for-tabs Toggle the F12 keyboard Inspect Element shortcut on or offĬomplete the following steps to alter the F12 keyboard shortcut that launches the DevTools: Paste the following code For Powershell on Windows: Start-Process -FilePath "msedge" -ArgumentList "-auto-open-devtools-for-tabs"įor bash on macOS: /Applications/Microsoft\ Edge\ Beta.app/Contents/MacOS/Microsoft\ Edge\ Beta -auto-open-devtools-for-tabs Open Microsoft Edge from the command line and use the –auto-open-devtools-for-tabs flag to automatically open DevTools on every new tab.įor cmd on Windows: start msedge -auto-open-devtools-for-tabs Press Control+Shift+I (Windows, Linux) or Command+Option+I (MacOS) to return to the previous open panel.

Press Control+Shift+J (Windows, Linux) or Command+Option+J (Mac) to enter the Console window and view logged messages or run JavaScript (macOS). Press Control+Shift+C (Windows, Linux) or Command+Option+C (macOS).

