Perspective table - call onCellEditCommit from onBlur event

Ignition 8.1.1.

Table cell editing requires that Enter is pressed to trigger the onCellEditCommit event.

How do I call the onCellEditCommit routine from the onBlur event?
Oh, and will it work?

If you want the script that you have written for the onCellEditCommit script to run from the onBlur event also, you could move the onEditCellCommit script code into a function in the project script library, then call the function in the onEditCellCommit event as well as the onBlur event. If you are wanting to be able to commit the text entered into the cell when the cell loses focus, I do not know how. That is something I would like to do as well.