]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by http://jblevins.org/: Ideas about keyboard shortcuts
authorJoey Hess <joey@kitenet.net>
Fri, 21 Mar 2008 22:14:06 +0000 (18:14 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 21 Mar 2008 22:14:06 +0000 (18:14 -0400)
doc/todo/access_keys.mdwn [new file with mode: 0644]

diff --git a/doc/todo/access_keys.mdwn b/doc/todo/access_keys.mdwn
new file mode 100644 (file)
index 0000000..d3a0957
--- /dev/null
@@ -0,0 +1,26 @@
+Access keys (i.e., keyboard shortcuts) can be defined for common
+features.  Something like the following:
+
+* 1 - Homepage
+* 2 - Search box
+* E - Edit
+* R - RecentChanges
+* H - History
+* P - Preferences
+* D - Discussion
+* S - Save the current page (when editing)
+* C - Cancel the current edit
+* V - Preview the current page
+
+Then, for example, in Firefox one could press Alt+Shift+E to edit the
+page.
+
+For links, this is implemented as:
+
+    <a href="recentchanges/" accesskey="r">RecentChanges</a>
+
+and for forms buttons:
+
+    <input type="submit" value="Submit" accesskey="s"/>
+
+--[[JasonBlevins]], March 21, 2008 18:05 EDT