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 _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
