Skip to content

Chrome shortcuts

Chrome Dev tools

  1. Go through the following sections of the official Chrome DevTools docs:

Tab and Windows Shortcuts

ActionShortcut
Open a new windowCtrl + n
Open a new window in Incognito modeCtrl + Shift + n
Open a new tab, and jump to itCtrl + t
Reopen previously closed tabs in the order they were closedCtrl + Shift + t
Jump to the next open tabCtrl + Tab or Ctrl + PgDn
Jump to the previous open tabCtrl + Shift + Tab or Ctrl + PgUp
Jump to a specific tabCtrl + 1 through Ctrl + 8
Jump to the rightmost tabCtrl + 9
Open your home page in the current tabAlt + Home
Open the previous page from your browsing history in the current tabAlt + Left arrow
Open the next page from your browsing history in the current tabAlt + Right arrow
Close the current tabCtrl + w or Ctrl + F4
Close the current windowCtrl + Shift + w or Alt + F4
Minimize the current windowAlt + Space then n
Maximize the current windowAlt + Space then x
Quit Google ChromeAlt + f then x
Move tabs right or leftCtrl + Shift + PgUp or Ctrl + Shift + PgDn

Chrome Features Shortcut

ActionShortcut
Open the Chrome menuAlt + f or Alt + e
Show or hide the Bookmarks barCtrl + Shift + b
Open the Bookmarks ManagerCtrl + Shift + o
Open the History page in a new tabCtrl + h
Open the Downloads page in a new tabCtrl + j
Open the Chrome Task ManagerShift + Esc
Set focus on the first item in the Chrome toolbarShift + Alt + t
Set focus on the rightmost item in the Chrome toolbarF10
Switch focus to unfocused dialog (if showing) and all toolbarsF6
Open the Find Bar to search the current pageCtrl + f or F3
Jump to the next match to your Find Bar searchCtrl + g
Jump to the previous match to your Find Bar searchCtrl + Shift + g
Open Developer ToolsCtrl + Shift + j or F12
Open the Delete Browsing Data optionsCtrl + Shift + Delete
Open the Chrome Help Center in a new tabF1
Log in a different user or browse as a GuestCtrl + Shift + m
Open a feedback formAlt + Shift + i
Turn on caret browsingF7
Skip to web contentsCtrl + F6
Focus on inactive dialogsAlt + Shift + a

Webpage

ActionShortcut
Open options to print the current pageCtrl + p
Open options to save the current pageCtrl + s
Reload the current pageF5 or Ctrl + r
Reload the current page, ignoring cached contentShift + F5 or Ctrl + Shift + r
Stop the page loadingEsc
Browse clickable items moving forwardTab
Browse clickable items moving backwardShift + Tab
Open a file from your computer in ChromeCtrl + o + Select a file
Display non-editable HTML source code for the current pageCtrl + u
Save your current webpage as a bookmarkCtrl + d
Save all open tabs as bookmarks in a new folderCtrl + Shift + d
Turn full-screen mode on or offF11
Make everything on the page biggerCtrl and +
Make everything on the page smallerCtrl and -
Return everything on the page to default sizeCtrl + 0
Scroll down a webpage, a screen at a timeSpace or PgDn
Scroll up a webpage, a screen at a timeShift + Space or PgUp
Go to the top of the pageHome
Go to the bottom of the pageEnd
Scroll horizontally on the pageShift + Scroll your mousewheel
Move your cursor to the beginning of the previous word in a text fieldCtrl + Left arrow
Move your cursor to the next wordCtrl + Right arrow
Delete the previous word in a text fieldCtrl + Backspace
Open the Home page in the current tabAlt + Home

Made with ❤️ for students, by a fellow learner.