FiremacsWE icon indicating copy to clipboard operation
FiremacsWE copied to clipboard

Not Implemented: ArrowNextLine

Open brudgers opened this issue 7 years ago • 0 comments

name: ArrowNextLine case: Edit keyx: down body: if (this._sfun.eob(e) && this._preference.getWalkForm()) { this._sfun.moveFocus(e, 1); } else { this._sfun.NextLine(e); } desc: moves to the next line/input type:

brudgers avatar Nov 17 '17 13:11 brudgers