I have script that work great if I only need to have both of the windows use 1-9 key, but I'm trying to get the second window to act as thought I typr Ctrl 1 (Second Hotbar)
here is my code, all it does is act as if 1 is pressed.
<Hotkey Oem3 2>
<SendWin AltWin>
<wait 50>
<KeyDown alt>
<Wait 50>
<Key 1>
<Wait 50>
<KeyUp alt>
<Restore>
not sure where to go from here ...
