FiremacsWE
FiremacsWE copied to clipboard
Not Implemented: NextLine
name: NextLine case: Edit keyx: C-n 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: