3
2 Comments

Add full keyboard support to web app?

Looking for an easy solution to add keyboard navigation support to my web app:

  • Different letters to switch screens / tabs
  • Command + Letter combinations for certain actions
  • Cross-Browser and -Platform

Any picks?

on July 4, 2020
  1. 2

    What frontend tech are you using? I've used react-hotkeys in the past and it was really good. We only had to support modern browsers though, so not sure about wider browser support.

    After trying out Hey's new email web app, I've been wanting to put keyboard shortcuts in some of my sites again too.