Skip to content

Text Snippets

Text snippets are the core of Snipsy — pre-loaded text that gets delivered to the active window when you press a hotkey.

Text snippet list
The text snippets list showing all configured snippets

Click the + button in the Text Snippets view header. Fill in:

FieldDescription
TitleA short label for the snippet
DescriptionOptional notes for yourself
HotkeyClick the capture field and press your shortcut
TextThe content to deliver
Deliveryfast-type or paste (see below)
Type DelayMilliseconds between keystrokes (fast-type only)
Text snippet editing form
Editing a text snippet — configure hotkey, text, and delivery method

Simulates individual keystrokes as if you’re typing. This looks natural to your audience — they see text appearing character by character.

  • Type Delay controls speed (default: 30ms between keys)
  • Works with any application that accepts keyboard input
  • Best for: code demos, terminal commands, live coding

Inserts the full text via the clipboard (Ctrl+V). Instant delivery — the entire text appears at once.

  • Fastest delivery method
  • Best for: large blocks of text, URLs, configuration snippets

Hotkeys use the Tauri accelerator format:

  • CmdOrControl+Shift+1 — works as Cmd on macOS, Ctrl on Windows/Linux
  • Alt+Shift+A — modifier combinations
  • Single keys like F5 are also supported

The hotkey capture widget records exactly what you press — no need to memorize the format.