eventname | Specify the event name. Specify with the following character string.
|
params | Specify the dictionary array that stores the parameters of the event.
|
例:
postInputEvent('onKeyDown', %[key: VK_UP, shift: ssShift]);
postInputEvent('onKeyUp', %[key: VK_UP, shift: ssShift]);
// Press the left cursor key