That's a nice little script. You can consolidate some of your copy hotkeys by using an iterative counter and a variable array (or ahks version of an array, at any rate.) Basically... declare a variable whenever you start the script. All by itself.. to give it a starting value. Then, every time you press the copy hotkey the counter counts up 1 digit, and changes the place in the array where the information is stored (or you can just use the counter to count, and declare 3 different variables. Then, after your "4" hotkey, reset the counter back to the starting digit.