You're exploring a sample household budget. Every number you see is example data. Start your own profile to begin tracking your real finances — the sample profile stays available until you delete it.

Keyboard shortcuts and the calculator field

Move through the app without taking your hands off the keyboard.

Project Budget aims to be fully usable from the keyboard. The shortcuts are grouped by what page they apply on. Most modifier keys are platform-native — Cmd on macOS, Ctrl on Windows / Linux — and the docs write Mod to mean whichever your platform uses.

Global

ShortcutAction
Mod + KOpen the command palette
g then dJump to Dashboard
g then bJump to Budget
g then rJump to Register
g then aJump to Accounts
g then cJump to Categories
g then sJump to Scheduled / Recurring
g then pJump to Reports
?Show the keyboard cheat sheet
EscClose the topmost modal / drawer

The g prefix is a two-key chord — press g, release, then the second key within one second. Cancel by pressing anything else.

Register

ShortcutAction
nNew transaction (focuses the entry form)
/Focus the search box
j / kMove down / up one row
eEdit the focused row
EnterSave the row currently in edit mode
EscCancel edit or clear focus
cToggle cleared on the focused row
sSplit the focused row
DeleteDelete the focused row (asks for confirmation)
Mod + ASelect all visible (for bulk edit)

Budget

ShortcutAction
j / kMove down / up one category row
h / lPrevious / next month
EnterEdit the focused Assigned cell
mOpen Move money… on the focused row
Mod + EnterApply Auto-assign with the last-used strategy
tJump to This month

Calendar

ShortcutAction
1 / 2 / 3 / 4Day / Week / Month / Year view
h / lPrevious / next period
tJump to today

The calculator field

Every amount input in Project Budget is a calculator. You can type:

  • A number: 42.50
  • An expression: 42.50 + 18 + 7.25
  • A division for "split the bill four ways": 89.40 / 4
  • A discount: 120 * 0.85
  • Parentheses: (45 + 22) * 1.0875

Press Tab or Enter to evaluate. The field replaces the expression with the result. Press Esc while editing to abandon the calculation.

Supported operators: +, -, *, /, %, parentheses. No variables, no functions. Negative numbers work: -42.50 is a valid outflow amount.

Common patterns

  • Adding tax to a pre-tax estimate. 78.00 * 1.0875 for 8.75% sales tax.
  • Subtracting a coupon. 42.99 - 5
  • Splitting a tip. 60 * 0.20
  • Adding receipt lines. 12.99 + 4.50 + 8.75 + 1.50
  • Quick currency conversion. 100 * 1.34 if you know the rate.

The calculator runs locally; nothing leaves your browser to evaluate it.

What's not bound (yet)

  • Per-report navigation. Use the sidebar or the URL.
  • Pagefind search from inside the app — currently only on the marketing site.

If a shortcut you'd expect to exist doesn't, the cheat sheet (?) is the authoritative list.

Loading…