I am trying have an application hold down the Shift key (+) and the Alt key
(%) simultaneously for a given period of time, or until a condition is met.
I tried this but it doesn't work: SendKeys.Send(" %(+)")
neither does this:
SendKeys.Send(" %")
SendKeys.Send(" +")
(%) simultaneously for a given period of time, or until a condition is met.
I tried this but it doesn't work: SendKeys.Send(" %(+)")
neither does this:
SendKeys.Send(" %")
SendKeys.Send(" +")
Comment