Hi all, I'm trying to register a new key event on theInsideLayer but it doesn't work. code lines .... this.theInsideLayer.onkeyup = kaMap_onkeyup; .... function kaMap_onkeyup( e ) { if (this.kaMap.currentTool) this.kaMap.currentTool.onkeyup( e ); } any suggestions? thanks Andrea