Guide

Everything you need to present like a pro.

Keyboard shortcuts

Every action has a hotkey. No mouse needed during your call.

Key Action Mode
Space Play / Pause Teleprompter
Speed up (nudge) Teleprompter
Slow down (nudge) Teleprompter
R Reset to top Teleprompter
Previous page Notes
Next page Notes
L Cycle layout (Left / Right / Both) Notes
N Switch mode (Teleprompter ↔ Notes) Both
Esc Expand / Collapse window Both
O Open file Both
C Toggle text color (White / Yellow) Both
B Cycle background (Light / Medium / Heavy) Both
F Toggle full-width Both
T Click-through (mouse passes through) Both
+ Increase window height Both
- Decrease window height Both
? Show welcome guide Both

Speed cues

Add HTML comments in your markdown to control scroll speed. CueMate reads them as you scroll and adjusts pace automatically.

<!-- slower --> 0.5× speed
<!-- slow --> 0.7× speed
<!-- normal --> 1.0× (reset to default)
<!-- fast --> 1.4× speed
<!-- faster --> 2.0× speed
<!-- speed 1.2 --> any numeric multiplier

Pause cues

Pause the scroll for a set number of seconds. Great before key points or after section transitions.

<!-- pause 2 --> pause for 2 seconds
<!-- pause 3.5 --> pause for 3.5 seconds

Page breaks (Notes mode)

Use a horizontal rule to split your document into pages. Navigate with the Left and Right arrow keys.

--- splits document into pages in Notes mode

Example markdown

A complete script showing cues in context.

script.md
# Quarterly Update
<!-- slow -->
Welcome everyone. Let's get started.
<!-- pause 2 -->
## Revenue
<!-- fast -->
Q4 revenue hit $2.1M, up 34% YoY...
<!-- normal -->
The key takeaway is...
---
## Roadmap
...next quarter we're focused on...
Tip: Cues are invisible in the teleprompter — they only affect scroll behavior. You won't see them while presenting.