Table of Contents

What's XAppProcess ?

Requirements

How to Display Help

Install

History

License
Donation

Kurita Tetsuro
scriptfactory@mac.com

Script factory

Read Me First

What's 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”

Requirements

System

  • OS X 10.10 or later
    • Developed and tested on macOS 10.14.6

How to Display Help

The manual consisted of the reference generated by AppleScriptDoc and sample code is stored in the bundle of "XAppProcess.scptd". Run "XAppProcess" from Script menu.

The detail manual of "XAppProcess" should be displayed in Help Viewer.

Install

Copy XAppProcess.scptd into either following locations.

Your Home/Library/Script Libraries/

or

/Library/Script Libraries/

History

  • 1.0 -- 2021-04-08
    • First Release