Here's a hotkey that controls two characters on the same computer. To do this, the windows that contain the characters have to be given different names. This is done with the Rename button which is explained on the next page. The restore keyword flips back to the original foreground window after the hotkey finishes. This is necessary because sendwin flips windows before it sends characters. To avoid flipping the window, you can use sendwinM instead. You could also use foreground to move a particular window to the top. |