Blind (and able sighted) users can navigate your site using the keyboard
git clone git://github.com/gordonbanderson/weboftalent-access-keys.git cd weboftalent-access-keys git checkout stable24
The name of the installation directory does not matter.
Any class that extends Page, and thus appears in the SiteTree, will have an AccessKey field associated with it. When editing this appears in an Accessibility tab.

Access Key in Accessibility Tab
Add the following to your Page templates, after the body tag.
<% include AccessKeys %>
Note that the following CSS will be required in your site in order to not have the access key list showing visually at the top of each website page. Positioning it off the screen still allows screenreaders to read the text, but it will not be visible on the visual output.
#accesskeys {
position: fixed;
left: -100000px;
}
An Accessibility Information Page is like any other page except that after the main body, a list of access keys that have been configured is shown.

Accessibility Information
The access key for skipping to main navigation can be configured here

site configuration access keys
2.4 only (tested with 2.4.5+) - stable24 branch
No one has commented on this page yet.
RSS feed for comments on this page | RSS feed for all comments