[Mailman-Developers] [Patch] Accesskey for 'Next message'

Gabriel Wicke lists at wikidev.net
Mon Jul 4 09:43:08 CEST 2005


Hi,

this one-liner adds the access key n to the 'Next message' link in the web
archive ui.

Rationale: Speeds up reading, especially with mozilla-based
browsers where alt-n directly follows the link to the next message. Other
browsers only select the link (IE) or require more obscure keys to be
pressed (Opera), but still profit from it. Screen readers also take
advantage of access keys.

Kind regards

Gabriel Wicke


Index: Mailman/Archiver/HyperArch.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Archiver/HyperArch.py,v
retrieving revision 2.41
diff -r2.41 HyperArch.py
490c490
<                           ' <A HREF="%s">%s\n</A></li>'
---
>                           ' <A HREF="%s" ACCESSKEY="n">%s\n</A></li>'
-- 
Gabriel Wicke




More information about the Mailman-Developers mailing list