c12a266044
... i. e. the possibility for sending commands to bug.n from another AutoHotkey script, as suggested by franckspike with issue #20 (a pull request).
4 lines
194 B
AutoHotkey
4 lines
194 B
AutoHotkey
;; Just use this to send commands
|
|
DetectHiddenWindows, On
|
|
;; ControlSetText, Edit2, % "<function name>(<arguments>)", bug.n_BAR_0
|
|
ControlSetText, Edit2, % "Monitor_activateView(4)", bug.n_BAR_0
|