XAppProcess
XAppProcess allows you to send key events to the application process specified with a bundle identifier.
“keystroke” and “key code” commands of “System Events” can send key events only to the frontmost application process. But XAppProcess can send key events to any background processes.
Also following oprerations to application processes are provided:
- activate an application process with detail options e.g. only one window is bring to the front
- hide an application process without using “System Events”
History
- 1.0 -- 2021-04-08
- First Release