Summary
- Added a desktop-only quick navigation palette opened with Ctrl/Cmd+K.
- Added g-prefixed shortcuts for common application views, with visible shortcut hints inside the palette.
- Added / to focus list search on pages that support local searching.
- Kept keyboard shortcuts disabled on mobile and touch-focused devices.
- Added localized UI labels and release-note copy for the shortcut workflow.
Upgrade Notes
- This release does not include database migrations or deployment configuration changes.
- Keyboard shortcuts are desktop-only; mobile and touch users continue to use the existing navigation and account menus.
Verification
- Local verification before release included
php artisan changelog:validate v1.6.0 --releasevia Docker. - Local verification before release included
php artisan test --compactvia Docker. - Local verification before release included
vendor/bin/pint --dirty --format agentvia Docker. - Local verification before release included
npm run build.