Skip to content

Latest commit

 

History

History
230 lines (164 loc) · 9.46 KB

commands.md

File metadata and controls

230 lines (164 loc) · 9.46 KB

Commands

Commands are bound to physical keys and displayed with the US layout.

Mouse

  • Hold Control or Command, then click and drag Left Mouse to make a multi-selection.

Help

  • F1 ⇒ Show help (Page context)
  • Shift + F1 ⇒ Open the documentation in a new tab (Page context)

External editor

  • Alt + i ⇒ Open your favorite editor (Text context)

See webextension-editor for a complete reference.

dmenu

  • q ⇒ Tab search (Command context)
  • Q ⇒ Bring tab (Command context)
  • Alt + q ⇒ Open bookmark (Command context)
  • Alt + Q ⇒ Search history (Command context)

See webextension-dmenu for a complete reference.

Scroll

  • j ⇒ Scroll down (Command context)
  • k ⇒ Scroll up (Command context)
  • l ⇒ Scroll right (Command context)
  • h ⇒ Scroll left (Command context)

Scroll faster

  • J ⇒ Scroll page down (Command context)
  • K ⇒ Scroll page up (Command context)
  • g ⇒ Scroll to the top of the page (Command context)
  • G ⇒ Scroll to the bottom of the page (Command context)

Navigation

  • H ⇒ Go back in history (Command context)
  • L ⇒ Go forward in history (Command context)
  • u ⇒ Go up in hierarchy (Command context)
  • U ⇒ Go to the home page (Command context)
  • Alt + u ⇒ Remove any URL parameter (Command context)

Marks

  • " ⇒ Push mark (Command context)
  • ' ⇒ Jump to mark (Command context)
  • Alt + ' ⇒ Pop mark (Command context)
  • Alt + " ⇒ Clear marks (Command context)

Zoom

  • + ⇒ Zoom in (Command context)
  • - ⇒ Zoom out (Command context)
  • = ⇒ Reset to default zoom level (Command context)

Create tabs

  • t ⇒ New tab (Command context)
  • Alt + t ⇒ New tab to the right (Command context)
  • T ⇒ Restore tab (Command context)
  • b ⇒ Duplicate tab (Command context)

Create windows

  • n ⇒ New window (Command context)
  • N ⇒ New incognito window (Command context)

Close tabs

  • x ⇒ Close tab (Command context)
  • X ⇒ Close other tabs (Command context)
  • Alt + x ⇒ Close tabs to the right (Command context)

Refresh tabs

  • r ⇒ Reload the page (Command context)
  • R ⇒ Reload the page, ignoring cached content (Command context)
  • Alt + r ⇒ Reload all tabs (Command context)

Switch tabs

  • Alt + l ⇒ Next tab (Page context)
  • Alt + h ⇒ Previous tab (Page context)
  • Alt + 1 ⇒ First tab (Page context)
  • Alt + 0 ⇒ Last tab (Page context)

Move tabs

  • Alt + L ⇒ Move tab right (Page context)
  • Alt + H ⇒ Move tab left (Page context)
  • Alt + Shift + 1 ⇒ Move tab first (Page context)
  • Alt + Shift + 0 ⇒ Move tab last (Page context)

Detach tabs

  • d ⇒ Detach tab (Command context)
  • D ⇒ Attach tab (Command context)
  • Alt + D ⇒ Attach tabs (Command context)

Discard tabs

  • Alt + Shift + Escape ⇒ Discard tab (Command context)

Mute tabs

  • Alt + m ⇒ Mute tab (Command context)
  • Alt + M ⇒ Mute all tabs (Command context)

Pin tabs

  • Alt + p ⇒ Pin tab (Command context)

Link hints

  • f ⇒ Focus link (Command context)
  • F ⇒ Select multiple links (Command context)
  • c ⇒ Click link (Command context)
  • C ⇒ Click multiple links (Command context)
  • i ⇒ Focus input (Command context)
  • v ⇒ Focus video (Command context)

Open links

  • Enter ⇒ Open selection (Command context)
  • Enter ⇒ Open link (Link context)
  • Control + Enter ⇒ Open link in new tab (Link context)
  • Shift + Enter ⇒ Open link in new window (Link context)
  • Alt + Enter ⇒ Download link (Link context)
  • Alt + Shift + Enter ⇒ Open link in the associated application (Link context)
  • Enter ⇒ Open image (Image context)
  • Control + Enter ⇒ Open image in new tab (Image context)
  • Shift + Enter ⇒ Open image in new window (Image context)
  • Alt + Enter ⇒ Download image (Image context)
  • Alt + Shift + Enter ⇒ Open image in the associated application (Image context)

Selection manipulation

  • s ⇒ Select active element (Command context)
  • S ⇒ Select elements that match the specified group of selectors (Command context)
  • % ⇒ Select document (Command context)
  • # ⇒ Select section headings (Command context)
  • ) ⇒ Focus next selection (Command context)
  • ( ⇒ Focus previous selection (Command context)
  • Space ⇒ Clear selections (Command context)
  • Control + Space ⇒ Focus main selection (Command context)
  • Alt + Space ⇒ Remove main selection (Command context)
  • Alt + a ⇒ Select parent elements (Command context)
  • Alt + i ⇒ Select child elements (Command context)
  • Alt + I ⇒ Select links (Command context)
  • Alt + ) ⇒ Select next sibling elements (Command context)
  • Alt + ( ⇒ Select previous sibling elements (Command context)
  • [ ⇒ Select first child elements (Command context)
  • ] ⇒ Select last child elements (Command context)
  • Alt + k ⇒ Keep selections that match the given RegExp (Command context)
  • Alt + K ⇒ Keep links that match the given RegExp (Command context)
  • Alt + j ⇒ Clear selections that match the given RegExp (Command context)
  • Alt + J ⇒ Clear links that match the given RegExp (Command context)

Phantom selections

  • Z ⇒ Save selections (Command context)
  • z ⇒ Restore selections (Command context)

Unfocus

  • Escape ⇒ Unfocus active element (Page context)

Pass keys

  • Alt + Escape ⇒ Pass all keys to the page (Page context)

Clipboard

  • y ⇒ Copy page address (Document context)
  • Alt + y ⇒ Copy page title (Document context)
  • Y ⇒ Copy page address and title (Document context)
  • y ⇒ Copy HTML selection (Command context)
  • Alt + y ⇒ Copy as plain text (Command context)
  • Y ⇒ Copy selection, using an HTML filter (Command context)
  • y ⇒ Copy link address (Link context)
  • Alt + y ⇒ Copy link text (Link context)
  • Y ⇒ Copy link address and text (Link context)
  • y ⇒ Copy image address (Image context)
  • Alt + y ⇒ Copy image description (Image context)
  • Y ⇒ Copy image address and description (Image context)

Player

  • Space ⇒ Pause video (Video context)
  • m ⇒ Mute video (Video context)
  • l ⇒ Seek forward 5 seconds (Video context)
  • h ⇒ Seek backward 5 seconds (Video context)
  • g ⇒ Seek to the beginning (Video context)
  • G ⇒ Seek to the end (Video context)
  • k ⇒ Increase volume (Video context)
  • j ⇒ Decrease volume (Video context)
  • f ⇒ Toggle full-screen mode (Video context)
  • p ⇒ Toggle picture-in-picture mode (Video context)

mpv

  • m ⇒ Play with mpv (Document context)
  • Enter ⇒ Play with mpv (Video context)
  • m ⇒ Play with mpv (Link context)
  • Alt + m ⇒ Play with mpv in reverse order (Link context)
  • m ⇒ Play with mpv (Image context)
  • Alt + m ⇒ Play with mpv in reverse order (Image context)

Text

  • Control + Enter ⇒ Submit form (Text context)