是否有关闭 Chrome 的开发者工具的快捷方式?

Is there a shortcut to CLOSE Chrome's developer tool?

我知道 F12CTRL + SHIFT + C 快捷方式,但我无法在任何地方找到 close Chrome 上的开发者工具 window。有吗?

DOCKED 开发者工具!

Open/close developer tool (re-open last tab (start with 'Elements'):

  • WIN: CTRL + SHIFT + I
  • MAC OS: CMD + ALT + I

Open/close developer tool (console tab)

  • WIN: CTRL + SHIFT + J
  • MAC OS: CMD + SHIFT + J

F12 = open/close developer tool (re-open last tab (start with 'Elements')

UNDOCKED 开发者工具 -> 与上面相同,但前两个创建多个选项卡,其中 F12 应关闭选项卡:)

If you need any other shortcut of chrome please try the website given below, but I am not sure if everything is on it... The CTRL + SHIFT + I is not even on it (when writing this)...

Website: 'https://support.google.com/chrome/answer/157179?hl=en'

如果 DevTools window 停靠F12CtrlShiftI 将关闭 window.

如果 DevTools window 在单独的 window 中 未停靠 Ctrl W 将关闭它 if 它是活动的 window.

您可以使用 CtrlShiftD 在停靠和未停靠的 DevTools 之间切换 window.

因此,如果 window 未停靠,您可以快速按 CtrlShiftD,关闭它。

More shortcuts here.

现在列出 Mac 和其他的开发者工具键盘快捷键 here

它包括 much-needed

Close the active tab: Alt+W

Mac OS 是 cmd + alt(option) + j。这将切换开发人员工具。也可以使用 cmd + shift + c 来检查元素。

MAC OS:

Cmd + Alt(option) + i

  • 为 open/hide 一名检查员工作

ps 请检查 。我用完整的细节更新了它。