Hi everyone,
I noticed that I gotta pause between my changes to get the Undo function to work 'correctly'. Example:
Type 'a'
Press Enter
Type 'b'
Press Enter
Type 'c'
Press Undo. Everything is removed. However, if I do this:
Type 'a', wait for about 2 seconds
Press Enter
Type 'b', wait for about 2 seconds
Press Undo. Only b is removed.
Is there anyway to customize this behaviour?
A previous post suggested the use of KEYDOWN_NOTIFYCHANGEDELAY, but I couldn't get it working (and I think this changes the time it takes to trigger a changed event for a keystroke, so I'm not too sure of the consequence of changing this).
Thanks!