bug.n/test/RemoteControl.ahk
joten c12a266044 Added some kind of remote control ...
... i. e. the possibility for sending commands to bug.n from another
AutoHotkey script, as suggested by franckspike with issue #20 (a pull
request).
2015-02-08 17:40:19 +01:00

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