2015-02-08 16:40:19 +00:00
|
|
|
;; Just use this to send commands
|
2015-02-12 18:36:52 +00:00
|
|
|
|
|
|
|
;; The following line is required.
|
2015-02-08 16:40:19 +00:00
|
|
|
DetectHiddenWindows, On
|
2015-02-12 18:36:52 +00:00
|
|
|
|
|
|
|
;; Syntax:
|
2015-02-08 16:40:19 +00:00
|
|
|
;; ControlSetText, Edit2, % "<function name>(<arguments>)", bug.n_BAR_0
|
2015-02-12 18:36:52 +00:00
|
|
|
|
|
|
|
;; 1st example:
|
|
|
|
;ControlSetText, Edit2, % "Monitor_activateView(4)", bug.n_BAR_0
|
|
|
|
|
|
|
|
;; 2nd example:
|
|
|
|
;ControlSetText, Edit2, % "Monitor_activateView(4)`nView_setLayout(3)", bug.n_BAR_0
|
|
|
|
|
|
|
|
;; 3rd example:
|
|
|
|
ControlSetText, Edit2, % "Monitor_activateView(4)`nRun, explorer.exe", bug.n_BAR_0
|