in components/js/slickGrid.ts [32:40]
constructor(private _args: any) {
this._textEditor = new Slick.Editors.Text(_args);
const END = 35;
const HOME = 36;
// These are the special keys the text editor should capture instead of letting
// the grid handle them
this.keyCaptureList = [END, HOME];
}