Skip to main content
SuperchargeNavigation Free

Chrome Keyboard Shortcuts — FULL Navigation Layer (2026)

Every Chrome navigation action on a keyboard shortcut. Tab switching, peek, hint badges, command palette — all configurable, none requiring the mouse.

Updated

You open a new tab, reach for the mouse, click the tab strip, miss, click again. Twenty seconds gone. Multiply that across a workday and the friction adds up before you notice the wrist strain.

SuperchargeNavigation maps every tab management action to a keyboard shortcut. Side panel, command palette, tab grouping, link preview, cycling through tabs, even clicking links without touching the mouse. The shortcuts are individually toggleable and rebindable through Chrome’s native shortcut manager.

The Four Core Shortcuts

Chrome extensions can register up to four system-level commands. These run from the service worker — they work from any page, even chrome:// URLs and the CWS:

ShortcutActionToggleable
Alt+BOpen / close the side panel tab managerYes
Alt+KOpen the command paletteYes
Alt+GSmart-group all tabs by domainYes
Alt+Shift+GUngroup all tabs in this windowYes

All four default keys can be changed in Chrome’s shortcut manager — one button in Navigation settings takes you directly there. Chrome handles OS-level conflict detection so you won’t accidentally shadow a system shortcut.

The command palette (Alt+K) is its own feature with dedicated documentation at Tab Search. It fuzzy-searches your open tabs, falls through to a web search if nothing matches, and surfaces extra commands when SuperchargePerformance is installed.

Content-Script Shortcuts

These run in pages via injected content scripts. They cover the interactions that Chrome’s command API can’t reach:

ShortcutActionDefault
Alt+ClickPeek any link in an inline overlayOn (requires Peek enabled)
Alt+WheelCycle through open tabsOn
Shift+Alt+WheelCycle within the active tab group onlyOn
Alt+↑/↓Cycle tabs with arrow keysOff
↑/↓Smooth arrow scroll (speed: Slow/Default/Fast)Off
Alt+Shift+PPause all Nav shortcuts on this hostnameAlways available

Arrow tab navigation and arrow scroll are both off by default to avoid conflicts with existing keyboard habits. Turn them on in settings if you want fully mouse-free tab switching.

Hint Mode — Click Anything Without the Mouse

Hold Shift and letter badges appear over every clickable element on the current page. Type the badge to click it. This is the same model as Vimium’s f key, with three modifier variants:

ChordAction
Hold Shift → type badgeClick target
Hold Shift+Alt → type badgePeek target in overlay
Hold Shift+Ctrl → type badgeOpen target in background tab

The trigger key is configurable to Hold Alt, Hold Ctrl, or Press / (vimium-style modal that stays active until Escape). Chord modifiers auto-swap when the trigger collides — if you pick Hold Alt as trigger, the peek modifier shifts to Shift automatically.

Hints stay off in text inputs, when you have text selected, and on chrome:// pages. Configurable per-hostname via Alt+Shift+P.

Type-to-Select

Without entering hint mode, bare letter typing highlights every visible text match on the page. Works like browser Find but keyboard-action focused:

InputAction
Type textHighlight all matches (CSS Custom Highlight API)
EnterActivate the top match
Alt+EnterPeek-search the matched text on Google
Ctrl+EnterOpen that Google search in a background tab

Fast text selection extends this: Shift+←/→ selects by word, Shift+↑/↓ by line, Shift+A expands to the surrounding block (paragraph, list item, article element).

Both type-to-select and fast text selection are off by default. Type-to-select requires a page without a focused input. Nav detects this automatically and skips activation when focus is in a form field.

Conflict Resolution and Per-Site Pausing

Every Chrome-registered command has an individual toggle in Navigation settings. If Alt+G clashes with a shortcut you use elsewhere, turn it off without touching the other three.

For sites with their own keyboard layers (Figma, Notion, Linear, Photopea), press Alt+Shift+P on the page. All Navigation content-script shortcuts — hints, type-to-select, Alt+wheel, peek, rocker gestures, super drag — pause for that hostname. The list is editable in settings and persists across sessions.

The side panel and command palette are registered at the Chrome system level, so they continue working even on paused sites.

Privacy

All shortcut state and per-site pause lists are stored in chrome.storage.local. No keystrokes are logged, no settings are sent to any server. The extension runs 100% locally with no account required.

Frequently Asked Questions

What are the default keyboard shortcuts in SuperchargeNavigation?
As of May 2026: Alt+B opens the side panel, Alt+K opens the command palette, Alt+G groups tabs by domain, Alt+Shift+G ungroups all tabs. Content-script shortcuts include Alt+click to peek a link, Alt+wheel to cycle tabs, and hold Shift for hint mode badges.
Can I rebind the keyboard shortcuts to different keys?
Yes. The four Chrome-registered commands (Alt+B, Alt+K, Alt+G, Alt+Shift+G) are rebindable via Chrome's built-in shortcut manager at chrome://extensions/shortcuts — with conflict detection and OS-level reservation handling. Content-script shortcuts like the hint trigger key can be changed in Navigation's own settings page.
How does hint mode work?
Hold Shift (default trigger) and letter badges appear over every clickable element on the page. Type the badge letters to click that element. Hold Alt while typing to peek the link instead. Hold Ctrl while typing to open in a background tab. The trigger key is configurable — Alt, Ctrl, or press / for vimium-style modal mode.
Does SuperchargeNavigation conflict with Vimium or other keyboard extensions?
The four registered commands (Alt+B, Alt+K, Alt+G, Alt+Shift+G) could conflict if you've assigned the same keys elsewhere. Each command has an individual toggle in Navigation settings so you can disable any shortcut that clashes. The hint trigger key is also customizable to avoid overlap.
What is type-to-select?
Type-to-select lets you type bare letters (no modifier held) to highlight every visible text match on the page. Press Enter to activate the top match, Alt+Enter to peek-search it on Google, or Ctrl+Enter to open that search in a background tab.
Can I disable Navigation shortcuts on specific sites?
Yes. Press Alt+Shift+P on any page to pause all Navigation content-script shortcuts (hints, type-to-select, Alt+wheel, peek, rocker gestures, super drag) for that hostname. The same toggle is available in the command palette (Alt+K) and in the side panel header. Per-site pauses persist across browser restarts.

Related Features

From the Library