Enter act as j

This commit is contained in:
斟酌 鵬兄 2016-04-16 19:20:14 +08:00
parent 5d91d516aa
commit 0413e943ae
1 changed files with 2 additions and 0 deletions

View File

@ -415,6 +415,7 @@
case H: this.__cMoveX( -1 ); break; // Left case H: this.__cMoveX( -1 ); break; // Left
case L: this.__cMoveX( 1 ); break; // Right case L: this.__cMoveX( 1 ); break; // Right
case K: this.__cMoveY( -1 ); break; // Up case K: this.__cMoveY( -1 ); break; // Up
case ENTER:
case J: this.__cMoveY( 1 ); break; // Down case J: this.__cMoveY( 1 ); break; // Down
case CTRL + F: // Page Down case CTRL + F: // Page Down
@ -650,6 +651,7 @@
this.__divedCCmd.dispose(); this.__divedCCmd.dispose();
this.__cMovement = false; this.__cMovement = false;
this.__divedCCmd = null; this.__divedCCmd = null;
return;
} }
if( e.canceled ) return; if( e.canceled ) return;