| eventname | Specifies the event name. Use the following strings.
|
| params | Specifies a dictionary array containing the event parameters.
|
Example:
postInputEvent('onKeyDown', %[key: VK_UP, shift: ssShift]);
postInputEvent('onKeyUp', %[key: VK_UP, shift: ssShift]);
// Press the Up cursor key