Skip to contentSkip to Content

Mantis CTRL Command

The Mantis CTRL command emulates the Control modifier key (Ctrl).

It is commonly used to trigger keyboard shortcuts, terminate running terminal processes (CTRL c), select all text (CTRL a), or combine with other modifiers.


Syntax & Examples

hello.mantis
1REM Select all and copy
2CTRL a
3DELAY 200
4CTRL c
5
6REM Cancel active terminal command
7CTRL c
8
9REM Open Task Manager on Windows
10CTRL SHIFT ESC

  • GUI — Windows / Command key modifier.
  • ALT — Alt modifier key.
  • SHIFT — Shift modifier key.
Last updated on