
Originally Posted by
benisjamin
<a href="http://www.website.com/faq_html" accesskey="5">faq</a>
That works fine for me in FF. On a Mac, it's Control + 5 (but I don't know about Windows, I'm afraid. It should be easy to look up on the FF website, though.)
To use the skip navigation where out of interest do I place the "accesskey="s" ?
You might as well combine it with a Skip link at the top of the page:
Code:
<a href="#content" accesskey="s">Skip to Content</a>
The problem with accesskeys is that there's no good way to let people know they exist. So I prefer skip links like this. Normally, the skip links are hidden from view; but it's really cool to have the skip link become visible when the link receives focus, so that sighted keyboard users know that it's there.
Bookmarks