Google Chrome + DevTools Keyboard Shortcuts
A printable reference for the most-used Google Chrome browser and Chrome DevTools keyboard shortcuts. Covers common commands, tabs & windows, address bar & search, page navigation, DevTools panels, and DevTools debugging.
Google Chrome Chrome 130+ / Chromium
70 shortcuts
Common10
- New windowCtrlN
- New incognito windowCtrlShiftN
- New tabCtrlT
- Close current tabCtrlW
- Close current windowCtrlShiftW
- Reopen last closed tabCtrlShiftT
- Quit ChromeAltF4
- Open Chrome menuAltF (or AltE)
- Focus address barCtrlL (or AltD or F6)
- Open search bar in tabCtrlF (or /)
Tabs & windows10
- Switch to next / previous tabCtrlTab / CtrlShiftTab
- Switch to specific tab (1-8)Ctrl1 .. Ctrl8
- Switch to last tab (9)Ctrl9
- Open link in new tabCtrlClick (on link)
- Open link in new background tabCtrlShiftClick
- Open link in new windowShiftClick
- Drag link to tab bar (new tab)Drag link to tab strip
- Pin / unpin tabRight-click tab → Pin
- Mute / unmute tabClick speaker icon in tab
- Duplicate tabCtrlShiftK (or right-click → Duplicate)
Address bar & search7
- Focus address bar (with current URL selected)CtrlL
- Search with default engineTypeEnter (in address bar)
- Open new tab with searchCtrlT (then type)
- Search selected textRight-click → Search Google (or CtrlShiftL in some setups)
- Add www. + .com / country code to text in address barCtrlEnter
- Move cursor to address barF6
- Show history / autocompleteType in address bar (autocomplete)
Page navigation & actions19
- Reload current pageF5 (or CtrlR)
- Hard reload (bypass cache)CtrlShiftR (or ShiftF5)
- Stop loadingEscape
- Back / ForwardAlt← / Alt→ (or Backspace / ShiftBackspace)
- Home pageAltHome
- Bookmark this pageCtrlD
- Bookmark all open tabsCtrlShiftD
- Open Bookmarks pageCtrlShiftO
- Show / hide Bookmarks barCtrlShiftB
- Open History pageCtrlH
- Open Downloads pageCtrlJ
- Open Extensions pageCtrlShiftA (or via menu)
- Save page asCtrlS
- PrintCtrlP
- Find in pageCtrlF (or F3)
- Find next / previousCtrlG / CtrlShiftG (or Enter / ShiftEnter in find bar)
- Clear browsing dataCtrlShiftDelete
- Toggle full screenF11
- Zoom in / out / resetCtrl/ Ctrl- / Ctrl0
Chrome DevTools (open & panels)11
- Open DevTools (last panel)F12 (or CtrlShiftI)
- Open Elements / Inspector panelCtrlShiftC
- Open Console panelCtrlShiftJ
- Open Sources panelCtrlShiftF (or via panel bar)
- Open Network panelCtrlShiftE (or via panel bar)
- Switch DevTools panel (Command palette)CtrlShiftP
- Show / hide Console drawerEscape (in DevTools)
- Toggle Device Mode (responsive view)CtrlShiftM
- Toggle Inspect Element modeCtrlShiftC (or click Inspect icon)
- Clear ConsoleCtrlL (in Console) / or click 🚫
- Open Command palette in DevToolsCtrlShiftP
DevTools (debugging)13
- Pause / resume script executionF8 (or Ctrl\)
- Step over next function callF10
- Step into next function callF11
- Step out of current functionShiftF11
- Step (resume) executionF9 (in Sources panel — resume)
- Toggle breakpoint on current lineCtrlB (in Sources)
- Conditional breakpointRight-click line number → Add conditional breakpoint
- Logpoint (log without modifying code)Right-click line number → Add logpoint
- Step into next async functionF11 (with async call in stack)
- Run all until next breakpointF8 (resume after pause)
- Disable all breakpointsCtrlShiftF8 (or click in Breakpoints panel)
- Show / hide ConsoleEscape (toggles drawer in DevTools)
- Focus Console searchCtrlF (in Console)
About Chrome DevTools Shortcuts
Google Chrome is the world's most-used web browser with over 65% market share as of 2026, and its built-in DevTools is the de-facto standard for web frontend debugging. Chrome's shortcuts are split into two layers: browser-level (Ctrl+T new tab, Ctrl+L address bar) and DevTools-level (F12 open, Ctrl+Shift+P command palette, F8 step over, F11 step into). This reference card covers the most-used 80+ shortcuts across 6 functional areas: Common, Tabs & windows, Address bar & search, Page navigation & actions, DevTools (open & panels), DevTools (debugging). All entries are transcribed from Google's official Chrome + DevTools documentation. How to use - Pick your platform (Windows / macOS) at the top. - Search any feature name or shortcut text. - Click any row's Copy button to grab the key string. - Export PNG (2400×1140 landscape) for a wallpaper; PDF for a single A4 landscape page. Tips - F12 (Win) / ⌥⌘I (Mac) opens DevTools — the single most useful shortcut for web devs. - Ctrl+Shift+P inside DevTools opens the command palette — type to find any panel, action, or setting. - F8 = pause/resume script, F10 = step over, F11 = step into, Shift+F11 = step out. - Ctrl+Shift+C / ⇧⌘C activates Inspect Element mode — hover to highlight DOM nodes. - Ctrl+Shift+J / ⌥⌘J opens the Console directly (skipping Elements panel). Why this separate from vscode-shortcuts? Chrome DevTools is browser-level tooling, while VS Code is editor-level. They overlap (e.g., both have Format Document) but the shortcut ecosystems diverge. Splitting keeps each tool focused.
Disclaimer
This shortcut reference website is a third-party unofficial tool. It has no affiliation, investment, authorization, or official partnership with the trademark holders of any software products mentioned on these pages.
All shortcut information is sourced from publicly available online materials and verified through local software testing, and is provided for learning and reference purposes only. We do not guarantee absolute accuracy, completeness, or real-time compatibility with every version of the software. Shortcut behavior may differ across software versions and operating systems — please refer to the official documentation of each software as the source of truth.
All product names, trademarks, and logos appearing on these pages are the property of their respective copyright holders / trademark owners. They are used here for descriptive purposes only, to identify the corresponding software, and do not imply any endorsement or license from the trademark holder.
If a copyright holder or trademark owner believes that any content on this site infringes their rights, please send an email to [email protected]. Upon receiving valid proof of rights, we will modify or remove the relevant content within a reasonable period.
This website assumes no legal liability for any direct or indirect losses arising from the use of information presented on these pages.
Version 1.0.0