keys.event.focus(0, null, function () {
pos = keys.fnGetCurrentPosition();
keys.fnSetFocus(keys.fnCellFromCoords(3, pos[1]), true);
});
keys.event.focus(1, null, function () {
pos = keys.fnGetCurrentPosition();
keys.fnSetFocus(keys.fnCellFromCoords(3, pos[1]), true);
});
keys.event.focus(2, null, function () {
pos = keys.fnGetCurrentPosition();
keys.fnSetFocus(keys.fnCellFromCoords(3, pos[1]), true);
});
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.