To the next row at the end of a row when TAB key is pressed

Dear all,

As the title of the post says, I want to the next row at the end of a row when the TAB key is pressed.

Is this possible at the moment? I have tested with different browsers, but the function does not exist in my opinion.

If you want to help me, you make me very happy :smiley:

Regards,

Haydar

Hi,
you should update codebase/dhtmlxsh_keys.js from attachment.
dhtmlxsh_keys.zip (1.27 KB)

@Radyno,

Thank you for the quick reply.

This does not work at all. Now I go to the next line wherever I am. It is the intention that it goes to the next line when I’m at the end of a line. Can you fix this?

I have another question. Can you make a version that goes to the beginning of the next line when I’m at the end of a line and press the TAB. At the moment it goes to the next line, but it remains at the end of a line.

Another wish…

When I’m in Excel at the end of a line and I press the Enter key. Then I go to the beginning of the next line. Could you also fix this please :blush:

Hi,
you may customize hotkeys logic in file codebase/dhtmlxsh_keys.js. You;ll find something like here:

// tab is pressed
grid._key_events.k9_0_0 = function() {
    ...
};

Unfortunately there is no way to change behaviour of Enter.