[ka-Map-users] kaTool keypress

Wei Yang, Ng - Wayne wayne at datalinktech.com.au
Wed May 17 00:12:24 EDT 2006


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


More information about the ka-Map-users mailing list