DEV Community

Cover image for Browser Shortcuts Cheat Sheet
Tech Webster
Tech Webster

Posted on

Browser Shortcuts Cheat Sheet

A quick reference guide for essential browser keyboard shortcuts to improve browsing speed, developer workflow, and daily productivity.

These shortcuts are especially useful for developers, students, content creators, and anyone who works in the browser every day.

Note: Most shortcuts below are for Windows/Linux browsers like Google Chrome, Edge, Brave, and similar Chromium-based browsers.


Tab & Window Shortcuts

Open New Tab

Shortcut: Ctrl + T

Action: Opens a new browser tab.

Dev Utility: Quickly open a new search, documentation page, localhost URL, or testing page.


Open New Window

Shortcut: Ctrl + N

Action: Opens a new browser window.

Dev Utility: Useful when you want to separate work, research, and testing into different windows.


Open New Incognito Window

Shortcut: Ctrl + Shift + N

Action: Opens a private/incognito browsing window.

Dev Utility: Helpful for testing websites without saved login sessions, cookies, or cached user data.


Go to a Specific Tab

Shortcut: Ctrl + 1 to Ctrl + 8

Action: Switches directly to a specific tab based on its position.

Example: Ctrl + 3 opens the third tab.

Dev Utility: Great when you keep fixed tabs open like code docs, localhost, GitHub, and browser console references.


Jump to the Last Tab

Shortcut: Ctrl + 9

Action: Switches directly to the last tab.

Dev Utility: Useful when your final tab contains output, preview, or documentation.


Switch to Next Tab

Shortcut: Ctrl + Tab

Action: Moves to the next open tab.

Dev Utility: Fast way to move between code preview, docs, and testing pages.


Switch to Previous Tab

Shortcut: Ctrl + Shift + Tab

Action: Moves to the previous open tab.

Dev Utility: Helps you move backward through multiple tabs without using the mouse.


Reopen Closed Tab

Shortcut: Ctrl + Shift + T

Action: Reopens the recently closed tab.

Dev Utility: A lifesaver when you accidentally close an important page, documentation, or form.


Close Current Tab

Shortcut: Ctrl + W

Action: Closes the active tab.

Dev Utility: Quickly clean up unused tabs while working.


Close Current Window

Shortcut: Ctrl + Shift + W

Action: Closes the current browser window.

Dev Utility: Helpful when finishing a complete browsing session or testing window.


Bookmark Shortcuts

Bookmark Current Page

Shortcut: Ctrl + D

Action: Saves the current page as a bookmark.

Dev Utility: Quickly save useful documentation, tutorials, tools, or references.


Toggle Bookmarks Bar

Shortcut: Ctrl + Shift + B

Action: Shows or hides the bookmarks bar.

Dev Utility: Keep your workspace clean, or quickly access saved developer tools and websites.


Bookmark All Open Tabs

Shortcut: Ctrl + Shift + D

Action: Saves all open tabs into a bookmark folder.

Dev Utility: Useful when researching a topic and saving all important pages together.


Page View & Zoom Shortcuts

Reset Page Zoom

Shortcut: Ctrl + 0

Action: Resets the page zoom to default.

Dev Utility: Helpful after testing responsive layouts or zooming into UI details.


Zoom In

Shortcut: Ctrl + +

Action: Increases page zoom.

Dev Utility: Useful for checking UI spacing, text readability, and design details.


Zoom Out

Shortcut: Ctrl + -

Action: Decreases page zoom.

Dev Utility: Helps preview layouts at different zoom levels.


Toggle Full-Screen Mode

Shortcut: F11

Action: Turns full-screen mode on or off.

Dev Utility: Great for presentations, testing landing pages, or distraction-free browsing.


Search & Find Shortcuts

Activate Search from Browser

Shortcut: Ctrl + E

Action: Lets you start searching from anywhere on the page.

Dev Utility: Quickly search the web without manually clicking the address bar.


Find Words on a Page

Shortcut: Ctrl + F

Action: Opens the find bar to search text inside the current page.

Dev Utility: Very useful for finding keywords in documentation, long articles, logs, or code examples.


Developer Shortcuts

Open Developer Tools

Shortcut: Ctrl + Shift + I

Action: Opens browser Developer Tools.

Dev Utility: Essential for inspecting HTML, CSS, JavaScript errors, network requests, performance, and responsive designs.


History, Downloads & Reload Shortcuts

View Browsing History

Shortcut: Ctrl + H

Action: Opens browsing history.

Dev Utility: Helps you find previously visited pages and resources.


View Download History

Shortcut: Ctrl + J

Action: Opens the downloads page.

Dev Utility: Quickly access downloaded images, PDFs, project assets, or exported files.


Reload Current Page

Shortcut: Ctrl + R

Action: Refreshes the current page.

Dev Utility: Useful when testing updated frontend changes.


Hard Reload Current Page

Shortcut: Ctrl + Shift + R

Action: Reloads the current page while ignoring cached content.

Dev Utility: Important for developers when CSS, JavaScript, or asset changes are not showing because of browser cache.


Save, Print & Menu Shortcuts

Save Current Webpage

Shortcut: Ctrl + S

Action: Opens the save page option.

Dev Utility: Save useful pages, references, or offline copies.


Print Page / Save as PDF

Shortcut: Ctrl + P

Action: Opens the print dialog.

Dev Utility: You can print a page or choose “Save as PDF” from the print options.


Open Chrome Menu

Shortcut: Alt + E or Alt + F

Action: Opens the Chrome menu.

Dev Utility: Quickly access settings, downloads, history, extensions, and more.


Open Chrome Task Manager

Shortcut: Shift + Esc

Action: Opens Chrome Task Manager.

Dev Utility: Helps identify tabs or extensions using too much memory or CPU.


Navigation Shortcuts

Go to Next Page

Shortcut: Alt + Right Arrow

Action: Moves forward in browser history.

Dev Utility: Useful when navigating between documentation pages or search results.


Go to Previous Page

Shortcut: Alt + Left Arrow

Action: Moves back to the previous page.

Dev Utility: One of the fastest ways to return to the last page without using the mouse.


Extra Shortcut

Mute / Unmute Current Tab

Shortcut: Ctrl + M

Action: Mutes or unmutes the current tab in some browsers.

Note: This shortcut may vary depending on your browser and settings.


Browser Shortcuts Table View

Shortcut Action Developer Utility
Ctrl + T Open new tab Quickly open docs, search, or localhost
Ctrl + N Open new window Separate work into different windows
Ctrl + Shift + N Open incognito window Test without cookies or saved sessions
Ctrl + 1 to Ctrl + 8 Go to a specific tab Jump directly to important tabs
Ctrl + 9 Jump to last tab Move quickly to the final tab
Ctrl + Tab Next tab Switch forward between tabs
Ctrl + Shift + Tab Previous tab Switch backward between tabs
Ctrl + Shift + T Reopen closed tab Recover accidentally closed pages
Ctrl + W Close current tab Clean up browser workspace
Ctrl + Shift + W Close current window Close a complete browser window
Ctrl + D Bookmark current page Save important resources
Ctrl + Shift + B Toggle bookmarks bar Show or hide quick bookmarks
Ctrl + Shift + D Bookmark all tabs Save a full research session
Ctrl + 0 Reset zoom Restore default page size
Ctrl + + Zoom in Inspect UI details
Ctrl + - Zoom out Preview layout at smaller zoom
Ctrl + E Search from browser Start search quickly
Ctrl + F Find text on page Search inside long pages
Ctrl + Shift + I Open Developer Tools Inspect and debug websites
Ctrl + H Open history Find previously visited pages
Ctrl + J Open downloads Access downloaded files
Ctrl + R Reload page Refresh current page
Ctrl + Shift + R Hard reload Reload without cache
Ctrl + S Save webpage Save page offline
Ctrl + P Print / Save as PDF Print or export page as PDF
F11 Toggle full-screen mode Use distraction-free browsing
Alt + E / Alt + F Open Chrome menu Access browser options
Shift + Esc Open Chrome Task Manager Check tab and extension usage
Alt + Right Arrow Go forward Move to next page
Alt + Left Arrow Go back Move to previous page
Ctrl + M Mute / unmute tab Browser-dependent audio control

Final Thoughts

Keyboard shortcuts may look small, but they save a lot of time when used every day.

For developers, students, and power users, browser shortcuts can make searching, testing, debugging, bookmarking, and switching tabs much faster.

Start with the most useful ones:

  • Ctrl + T for a new tab
  • Ctrl + Shift + T to reopen a closed tab
  • Ctrl + F to find text
  • Ctrl + Shift + I for Developer Tools
  • Ctrl + Shift + R for hard reload

Once these become part of your daily habit, your browsing workflow becomes much faster and smoother

Top comments (0)