forked from Botanical/BotanJS
Enter act as j
This commit is contained in:
parent
5d91d516aa
commit
0413e943ae
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user