Re: Update for phpZ/skin.js
"Nuno Lopes" <[email protected]>
| Newsgroups | gmane.comp.php.documentation.windows |
|---|---|
| Message-ID | <009601c515de$64284190$0100a8c0@pc07653> |
>> 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? > > Nuno Lopes will be able to review your changes I hope. CC-ed. > > Goba Yep, you can send them to me. Nuno -- PHP CHM Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php