How to change line in edit-mode on dhtmlxGrid like pressin

Hi

How to change line in edit-mode on dhtmlxGrid like pressing ‘shift+enter’ on excel.

The dhtmlxgrid 1.5  allow pretty easy way to modificate hotkeys
In mentioned situation , you can block hotkey by adding next code
    grid._key_events.k13_0_1=function(){return false;}