Safari Access Keys

Many popular sites (e.g. Wikipedia, Facebook, XKCD, etc.) support keyboard shortcut commands using the HTML accesskey attribute. These are great, both for people with any disabilities preventing them from using a mouse and for power users who like using the keyboard to navigate faster. Unfortunately, these shortcuts are not always easy to find. Wikipedia, for example, only shows these commmands if you hover over a link.

This extension for Apple's Safari browser displays the shortcuts for the current site in a toolbar for easy access. The commands are accessed by pressing control+option+[the displayed letter] on a Mac or alt+[displayed letter] on Windows.

Download Safari Access Keys extension - Current version: 1.2, updated July 30, 2010

screenshot showing the Access Keys extension in action

How to enable Access Keys on your site

Add the accesskey attribute to the desired element in your HTML code. E.g. the HTML code <a href="http://example.com" accesskey="x">Example</a> would mean that control+alt+x would take the user to example.com.

Note that these access keys do not require Safari nor this extension. They work in virtually all browsers and are part of the HTML standard; this extension merely displays them.

Changelog:

1.2

1.1.4

1.1.3

1.1

There are a few known issues (which will be fixed soon):