Config is fully keyboard-navigable — and it remembers where you left off. Navigate sections, sub-tabs, Pages & tags lists, and the bookmarks editor from the keyboard. Ctrl/Cmd+Shift+K finds any setting; Shift+S and the gear icon reopen the same section and sub-tab; 0–9 leave config for Inbox or a bookmark page. Config → Overview → Latest update and Advanced → What's new summarise this release.
New
- new Config keyboard navigation — section rail (
j/k, arrows,g/G), sub-tabs ([/],Alt+←/→), Pages & tags list rows (↑/↓,Enter), and bookmarks list (j/k,/,g/G) (dashboard-config.js,keyboard-navigation.js). - new Settings jump overlay —
Ctrl/Cmd+Shift+Kfilters sections, sub-tabs, help topics, and visited field labels; Find settings below Help in the left nav opens the same overlay (config-settings-jump). - new Keyboard discoverability in config — form footer legends, Help → Search & keyboard → Config navigation panel, and a one-time intro toast on first config open (
dashboard-keyboard-tip.js, locales).
Fixes
- fix Config remembers last section and sub-tab —
localStoragepersists location on exit;Shift+S,<, the gear icon, and bare#configrestore it;#config/…deep links still win (dashboard-config.js,dashboard-data.js). - fix
0–9from config — switch to Inbox or bookmark pages like on the dashboard grid (replaces1–8section digits in config). - fix Letter keys deferred in config — shortcut search no longer steals bare letters while config is active (
search.js). - fix Header destination order — page tabs, then pages overview, then inbox, health, and config in a uniform cluster (
header-destinations,dashboard-page-nav.js).
Docs
- fix — What's new modal, Config → Overview → Latest update, CHANGELOG, README, MANUAL, Config → Help, and cheat sheet updated for v2026.08.01; Playwright specs for config keyboard, location memory, discoverability, and header destinations;
DASHBOARD_RELEASE→2026.07-dashboard-release-v150,NEXTDASH_WHATS_NEW_DATA_VERSION→whats-new-v208.