Re: tablelist: <Return> the same as <Tab> when editing.



Csaba Nemethi <csaba.nemethi@xxxxxxxxxxx> writes:

You have to redefine the bindings as follows:

# Enforce the activation of the default bindings
tablelist::defineTablelistEdit

# Make sure <Return> will behave like <Tab>
bind TablelistEdit <Return> { tablelist::goToNextPrevCell %W 1 }

Thank you very much, Csaba.

Is there a way to do it for a specific instance of tablelist, instead of
modifying the global behaviour?

Regards,

--
Oscar
.