-
Notifications
You must be signed in to change notification settings - Fork 0
Keyboard Navigation
Jeremy Franklin edited this page Aug 22, 2026
·
1 revision
Richmack Core provides a keyboard-driven browsing mode inspired by qutebrowser.
| 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 |
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.
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
Examples may include:
:open github.com
:new wikipedia.org
:extract
:pick
:back
:forward
:close
:undo
Getting Started
Browser
Research
Automation
Backend
Project