if(evt.ctrlKey || evt.altKey){ return; } var func = this._keyNavCodes[evt.keyCode]; if(func){ func(); dojo.stopEvent(evt); }