MuckRock / documentcloud-frontend

DocumentCloud's front end source code - Please report bugs, issues and feature requests to info@documentcloud.org
https://www.documentcloud.org
GNU Affero General Public License v3.0
18 stars 5 forks source link

Keyboard Navigation #779

Open allanlasser opened 1 month ago

allanlasser commented 1 month ago

A common pro-user request is for keyboard shortcuts to make navigating the UI faster. Keyboard navigation will also improve accessibility.

We already use keyboard navigations in Dropdowns, although our approach can be improved. @eyeseast on PR #776:

At some point we should move these events out of lifecycle and into event handlers, but that doesn't have to happen in this PR.

Successfully adding keyboard navigation will include:

Since keyboard handlers will be attached to the document, they should be designed for global scope.