Rob--W / open-in-browser

A browser extension that offers the ability to open files directly in the browser instead of downloading them.
Other
88 stars 16 forks source link

Access keys for accessibility #22

Open Rob--W opened 6 years ago

Rob--W commented 6 years ago

The original dialog has access keys to switch between parts of the UI in the dialog.

I am open to also supporting access keys, if anyone needs them.

bdcomp commented 6 years ago

I am not sure it's already implemented in web extensions. At least, I can't find it...

Rob--W commented 6 years ago

The dialog from my extension looks similar to the built-in dialog, but it is actually completely written from scratch with HTML+CSS. Supporting access keys can easily be done with the accesskey HTML attribute: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey