Synthesizes keys.

Hierarchy

  • SynthesizeKeysActionConfig

Properties

keys?: VirtualKey[]

A list of VirtualKey keys which should synthesized. Each key will be pressed down and then released

A list of raw key codes which should be synthesized. Each key will be pressed down and then released

releaseKeysImmediately?: boolean

True when the keys should be released immediately after pressing them down.

text?: string

The text which should be synthesized.

Generated using TypeDoc