hi thanks for trying to help - I had gotten a similar script from someone called temp01 on the ahk IRC
unfortunately both the script u gave me:
Code:
LShift::
KeyWait, LShift
Send, 1
Send, 1
return
and
the script they had made:
Code:
Lshift Up::
KeyWait, Lshift
Send, 1
Send, 1
Return
Neither of these commands work fully - I am trying to make a script for Pro-E that spams hotkeys after I let go of shift (after selecting multiple parts/groups)- these scripts both spam the numbers however as soon as I Press shift its as if the button is released - in other words even tho I am holding down shift key does not act as if its in the "pressed down" state
The script works perfectly on notepad - like wise the shift key works fine when the script is not activated
No other scripts are active during this operation
- thanks for the help - does anyone have experience of this issue?