Table of Contents

The Insert Text actions can be very useful to insert standard text templates, such as your signature, address, copyright or other boilerplate text.

There are three ways to type text in Keyboard Maestro:

The Insert Text action allows you to control what text processing happens in the gear menu (7.2+) :

Most other Text Fields in Keyboard Maestro process both text tokens and (except for regular expression fields) backslash characters.

Insert Text can also expand various tokens, including dates in any ICU date format. For example you can use an Insert Text action to insert the copyright message at the top of code files:

⁄∗
  ∗  Created by %UserName% on %ICUDateTime%EEE d MMM yyyy%.
  ∗  Copyright (c) %ICUDateTime%yyyy% Stairways Software. All rights reserved.
∗⁄

The Display Text action allows you to display the resulting text in a floating window or Notification.

A common question is when should you use each? Each action has its advantages and disadvantages:

So you should use Type Keystroke when:

Use Insert Text by Typing whenever:

Use Insert Text by Pasting when:

See Also


Actions

Tokens