Cache the progress of a KM macro!

One thing that may speed things up slightly is converting your text AppleScripts to precompiled .scpt files. I built a tool for this purpose:

I would also recommend combining the last two scripts into one. You can use the following for the & keypress:

tell application "System Events"
    key code 26 using {command down}
end tell