Skip to content

Keyboard shortcuts

brows3r is built keyboard-first. Every view-mode is fully navigable without a pointer; mouse interactions exist for discoverability and bulk selection.

The status bar's Keys chip surfaces a condensed version of this list at all times.

Global

ShortcutAction
Cmd+KOpen the command palette
Cmd+FRecursive search (current bucket + prefix)
/Filter the current view (fuzzy)
Cmd+/Toggle preview pane
Cmd+LEdit breadcrumb path
Cmd+IInspector for the selection
Cmd+,Open settings
Cmd+[Back
Cmd+]Forward
Cmd+Up one level

Activity & notifications

ShortcutAction
Cmd+Shift+AToggle the Activity Center (downloads / uploads)
Cmd+Shift+NToggle the Notifications Center (errors / warnings / info)
Cmd+Shift+JToggle the compact transfer popup

The two Centers are mutually exclusive destinations — opening one collapses the other. Transfer events appear only in the Activity Center, never in the Notifications bell.

View modes

ShortcutView
Cmd+1Details
Cmd+2Icons
Cmd+3Gallery
Cmd+4Columns
Cmd+5Tree
Cmd+6Flat keys
Cmd+7Dual pane

In any view

ShortcutAction
/ / / Move cursor
EnterOpen / drill in
BackspaceUp one level (or back column in Columns view)
Shift+clickRange-select
Cmd+clickToggle-select
Cmd+ASelect all in current pane

In the editor (Monaco)

ShortcutAction
Cmd+SSave (with ETag precondition; on conflict you get Refresh / Save-anyway)
EscExit edit mode → back to highlighted view

In the PDF preview

ShortcutAction
PageDown / PageUpNext / previous page

On Linux and Windows, Ctrl substitutes for Cmd in every binding above.

Customising

Shortcuts are not yet user-customisable in v1. The roadmap entry is in docs/contributing/dev.md — search for "shortcut registry".

Released under the MIT License.