open-in-browser icon indicating copy to clipboard operation
open-in-browser copied to clipboard

Access keys for accessibility

Open Rob--W opened this issue 7 years ago • 2 comments

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.

Rob--W avatar Nov 19 '17 16:11 Rob--W

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

bdcomp avatar Nov 27 '17 16:11 bdcomp

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

Rob--W avatar Nov 27 '17 16:11 Rob--W