Would it be possible for Elite Dangerous on Mac to accept keyboard input from Applescript, for example with the following simple Applescript:
activate application "EliteDangerous"
tell application "System Events" to keystroke "c"
The above example would deploy the cargo scoop when such a binding was made in the game's options. Having the capability to accept keystrokes would enable Mac users to couple Applescript to the built in OS X speech recognition and thus allow for a "Voice Attack" like functionality.
Testing the above simple example leads me to believe the game currently does not accept keystrokes in this way.
Thanks.
activate application "EliteDangerous"
tell application "System Events" to keystroke "c"
The above example would deploy the cargo scoop when such a binding was made in the game's options. Having the capability to accept keystrokes would enable Mac users to couple Applescript to the built in OS X speech recognition and thus allow for a "Voice Attack" like functionality.
Testing the above simple example leads me to believe the game currently does not accept keystrokes in this way.
Thanks.