post_keyevent(keycode, modifier_keys)
Post a key event to the application
Even if the application is in background, key events can be send.
Parameters
- keycode (text or integer) : Any character of "0" to "9" and "A" to "Z" or a row key code to press.
- modifier_keys (list) : A list consisting of any elements of {"command", "control", "option", "shift", "function"}
Result
script : me