]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/access_keys.mdwn
web commit by http://jblevins.org/: Ideas about keyboard shortcuts
[git.ikiwiki.info.git] / doc / todo / access_keys.mdwn
1 Access keys (i.e., keyboard shortcuts) can be defined for common
2 features.  Something like the following:
4 * 1 - Homepage
5 * 2 - Search box
6 * E - Edit
7 * R - RecentChanges
8 * H - History
9 * P - Preferences
10 * D - Discussion
11 * S - Save the current page (when editing)
12 * C - Cancel the current edit
13 * V - Preview the current page
15 Then, for example, in Firefox one could press Alt+Shift+E to edit the
16 page.
18 For links, this is implemented as:
20     <a href="recentchanges/" accesskey="r">RecentChanges</a>
22 and for forms buttons:
24     <input type="submit" value="Submit" accesskey="s"/>
26 --[[JasonBlevins]], March 21, 2008 18:05 EDT