# WooNooW Keyboard Shortcut Plan This document lists all keyboard shortcuts planned for the WooNooW admin SPA. Each item includes its purpose, proposed key binding, and implementation status. ## Global Shortcuts - [ ] **Toggle Fullscreen Mode** — `Ctrl + Shift + F` or `Cmd + Shift + F` - Focus: Switch between fullscreen and normal layout - Implementation target: useFullscreen() hook - [ ] **Quick Search** — `/` - Focus: Focus on global search bar (future top search input) - [ ] **Navigate to Dashboard** — `D` - Focus: Jump to Dashboard route - [ ] **Navigate to Orders** — `O` - Focus: Jump to Orders route - [ ] **Refresh Current View** — `R` - Focus: Soft refresh current SPA route (refetch query) - [ ] **Open Command Palette** — `Ctrl + K` or `Cmd + K` - Focus: Open a unified command palette for navigation/actions ## Page-Level Shortcuts - [ ] **Orders Page – New Order** — `N` - Focus: Trigger order creation modal (future enhancement) - [ ] **Orders Page – Filter** — `F` - Focus: Focus on filter dropdown - [ ] **Dashboard – Toggle Stats Range** — `T` - Focus: Switch dashboard stats range (Today / Week / Month) --- ✅ *This checklist will be updated as each shortcut is implemented.*