Code: Select all
XIncludeFile "COMatePLUS.pbi"
oScript.COMateObject
oScript = COMate_CreateObject("WScript.Shell")
command$ = "(^+){LEFT}"
oScript\Invoke("SendKeys('"+command$+"')")
Delay(50)
oScript\Release()
Code: Select all
XIncludeFile "COMatePLUS.pbi"
oScript.COMateObject
oScript = COMate_CreateObject("WScript.Shell")
command$ = "(^+){LEFT}"
oScript\Invoke("SendKeys('"+command$+"')")
Delay(50)
oScript\Release()