Skip to content

Keyboard Navigation

Jeremy Franklin edited this page Aug 22, 2026 · 1 revision

Keyboard Navigation

Richmack Core provides a keyboard-driven browsing mode inspired by qutebrowser.

Core keys

Key Action
j Scroll down
k Scroll up
h Back
l Forward
g g Top of page
G Bottom of page
f Show link/button hints
J Previous tab
K Next tab
d Close current tab
u Reopen closed tab
: Open Richmack command interface

Hint mode

Press:

f

Richmack overlays prefix-free hint codes on visible actionable elements.

Example:

aa
as
ad
af

Type the complete displayed code to activate that exact element.

Hint engine behavior

The hint engine:

  • ignores hidden controls
  • ignores disabled controls
  • stores a stable reference to the matched DOM element
  • uses equal-length hint codes where necessary
  • avoids prefix collisions

Command examples

Examples may include:

:open github.com
:new wikipedia.org
:extract
:pick
:back
:forward
:close
:undo

Clone this wiki locally