Help

We All Need a Hand Sometimes


Text Expansion

Define short key sequences to insert frequently used text, RTF, HTML, or execute a script. When a token is detected, it is backspaced and replaced with the specified value (or a script is executed).

Available Methods:

  1. Text Sends each character, slow but reliable
  2. Text via Clipboard Fast, but can encounter clipboard locking issues
  3. Rich Text (RTF) via Clipboard Fast, but can encounter clipboard locking issues
  4. HTML via Clipboard Fast, but can encounter clipboard locking issues
  5. SendKeys Uses the Microsoft SendKeys format to send keystrokes
  6. Script Executes a script, requires manual automation

See the Options » Text Expansion section for related settings.