Re: Update for phpZ/skin.js

Gabor Hojtsy <[email protected]>
Newsgroups gmane.comp.php.documentation.windows
Message-ID <[email protected]>
> 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

-- 
PHP CHM Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.