Mantis GUI Command
The Mantis GUI command emulates the Windows key (on PC keyboards), the Command key (⌘, on macOS), or the Super key (on Linux).
It can be used alone to open the Start menu / application launcher, or paired with a key on the same line to execute system shortcuts (such as GUI r for Run or GUI d for Show Desktop).
What It Does
- Emulates USB HID Usage ID
0xE3(Left GUI) or0xE7(Right GUI). - Supports standalone keypress or single-line modifier chords.
Syntax & Parameters
hello.mantis
1GUI [key]GUI(alone) — Presses and releases the Windows / Command key.GUI <key>— Holds GUI, presses<key>, and releases both keys.
Examples & Payload Snippets
Common GUI Shortcuts
hello.mantis
1REM Open Windows Run dialog2GUI r34REM Minimize all windows to show desktop5GUI d67REM Lock the workstation8GUI l910REM Open Windows File Explorer11GUI eRelated Commands
CTRL— Control key modifier.ALT— Alt key modifier.SHIFT— Shift key modifier.INJECT_MOD— Raw modifier chord injection.
Last updated on