Lines Matching refs:lastKey
441 this.lastKey = 0;
602 this.lastKey = e.keyCode;
608 if (this.lastKey) this.repeatOn = true;
614 this.lastKey = 0;
617 return this.lastKey!=0;
626 if (this.lastKey==38) // Up
661 else if (this.lastKey==40) // Down
674 else if (this.lastKey==39) // Right
680 else if (this.lastKey==37) // Left
686 else if (this.lastKey==27) // Escape
691 else if (this.lastKey==13) // Enter
704 if (this.lastKey==38) // Up
716 else if (this.lastKey==40) // Down
729 else if (this.lastKey==27) // Escape
734 else if (this.lastKey==13) // Enter