[ka-Map-users] kaTool keypress

Paul Spencer pspencer at dmsolutions.ca
Wed May 17 07:24:00 EDT 2006


I added this to kaTool.js in cvs ... thanks,

Paul

PS:

you can do this:

case 43:
case 61:
     this.kaMap.zoomIn();
     break;


On 17-May-06, at 12:12 AM, Wei Yang, Ng - Wayne wrote:

> Hi all,
>      I just added some a few lines to my kaTool.js keypress function.
>
>          case 43: //ascii +
>            this.kaMap.zoomIn();
>            break;
>          case 61: //ascii =
>            this.kaMap.zoomIn();
>            break;
>
> This allows me to zoom in without having to press shift :). Might  
> want to add this to the cvs version
>
> Cheers,
> Wayne
> _______________________________________________
> ka-Map-users mailing list
> ka-Map-users at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/ka-map-users

+-----------------------------------------------------------------+
|Paul Spencer                           pspencer at dmsolutions.ca   |
+-----------------------------------------------------------------+
|Applications & Software Development                              |
|DM Solutions Group Inc                 http://www.dmsolutions.ca/|
+-----------------------------------------------------------------+






More information about the ka-Map-users mailing list