## Summary Press `n` (when not typing in an input) on the Applications page to open the Add-application modal. ## Where `src/pages/ApplicationsPage.tsx` — add a `keydown` listener guarded against form fields. ## Acceptance criteria - [ ] `n` opens the modal only when no input/textarea is focused. - [ ] Esc still closes it. Great first contribution.
Summary
Press
n(when not typing in an input) on the Applications page to open the Add-application modal.Where
src/pages/ApplicationsPage.tsx— add akeydownlistener guarded against form fields.Acceptance criteria
nopens the modal only when no input/textarea is focused.Great first contribution.