Return a string indicating which keys on the keyboard are pressed
Async2DKeyboard <ScenarioPath> {On | Off}
The Async2DPick Connect command returns a string indicating which keys on the keyboard are pressed.
The keystring returned will contain spaces to separate the window number and the keys pressed.
More than one key can be returned when one of the system keys is pressed.
To turn on the Async2DKeyboard allowing Connect to return information about what keys are pressed:
Async2DKeyboard * On
1 APressing the i key with the Ctrl key held down, will return some something like the following:
1 Ctrl IPressing the j key with the Alt, Ctrl, and Shift keys held down, will return some something like the following:
1 Alt Ctrl Shift J
This command belongs to the following group(s):
5.0
STK 11.2.1 Programming Interface