I would be thankful for any scripts that can enlarge the undo queue
Or any good idea for a strategy for implementing undo's and redo's.
I found this script on the web but I do use AutoIt3 ...
case WM_CHAR:
switch (wParam)
{
case 0x08:
// Process a backspace.
break;...