A few more I can think of: - CMD+Enter in textarea input submits form - warning modal onbeforeunload in case I accidentally close a tab - "/" to focus on the search bar on a given page - proper tabindex usage
David K 🎹
David K 🎹20.7. klo 12.51
Things I wish were table-stakes in every web app: - Typing auto-focuses main input - Enter submits forms - Esc closes modals - Validation on blur, not while I'm typing - Let me decide whether a link opens in a new tab or not What else?
4,14K