Update for phpZ/skin.js
"Richard A. Quadling" <[email protected]>
| Newsgroups | gmane.comp.php.documentation.windows |
|---|---|
| Message-ID | <[email protected]> |
Hi. I've got an update to the phpZ/skin.js. This update allows you to use the access keys as follows. ALT+N = Next topic ALT+P = Previous topic ALT+M = Manual pages (when viewing user contributed notes) ALT+U = User contributed notes (when viewing manual) The images and the text of Next and Previous now act as links, rather than just the name of the topic. Allowing the access keys to work means that the if the keys are used by the CHM, they will not take effect. ALT+O = Options ALT+C = Contents ALT+N = iNdex ALT+S = Search ALT+I = favorItes (sic) If the Next topic access key was changed to E, X or T, then there would be no conflict. The line of code to change would be to look for ... accesskey="n" and change this to ... accesskey="x" and look for ... <U>n</U>ext and change this to ne<U>x</U>t or whichever option you want. All my changes are documented in the code. But, where do I send the changes? Regards, Richard.