Is there some way to discover whether a site supports @accesskeys, short of brute force hammering on the keyboard or searching in the markup? I can't remember even once seeing a web site advertising their @accesskey keyboard shortcuts (Google and Stack* use non-standard keyboard capture) for such things as navigating to the previous/next page in a sequence (every webcomic ever comes to mind). Is there some way to discover @accesskeys with for example an unobtrusive Firefox extension?
Tell me more
×
Web Applications Stack Exchange is a question and answer site for
power users of web applications. It's 100% free, no registration required.
|
|
|||
|
|
|
I'm not familiar with the http://userstyles.org/styles/10407/show-accesskeys There isn't really any general way to reveal access keys defined using Javascript keypress listeners since the system doesn't know what's going to happen until the Javascript is actually being run. |
|||
|