Fullscreen Capture
Fullscreen capture takes everything on every connected monitor, in one shot, with no selection overlay.
How to Trigger
| Surface | Action |
|---|---|
| Global hotkey | Ctrl+Shift+F (remappable — see 10.2) |
| Main toolbar | Click the Fullscreen button |
| System tray | Right-click the tray icon and pick Fullscreen Capture |
What Happens
- No overlay is shown — the capture fires immediately (or after the delay, see 02.3).
- All monitors are combined into a single wide bitmap.
- If
Capture.PlaySoundis on, the shutter sound plays. - If
Capture.CopyToClipboardis on, the image is placed on the clipboard. - The capture lands in the
MainWindowpreview and is added to history. - If
Capture.OpenEditorAfterCaptureis on, the annotation editor opens (see 03.1).
Multi-Monitor Behaviour
Tex's fullscreen capture always captures all monitors combined. There is no single-monitor option for screenshots today.
Tip
Tip — You can scope screen recording to a specific monitor with Recording.MonitorDeviceName (see 05.4). That setting does not affect screenshot capture.
Related Settings
| Setting | Default | Effect |
|---|---|---|
Capture.CopyToClipboard | true | Auto-copy the image to the clipboard |
Capture.PlaySound | true | Play a shutter sound on capture |
Capture.OpenEditorAfterCapture | true | Open AnnotationWindow after the capture |
Capture.DefaultDelay | 0 | Pre-capture delay in seconds |
Tip
Tip — Fullscreen is the fastest way to archive "what was on screen" before closing a dialog or dismissing a notification. Pair it with Capture.DefaultDelay = 3 to capture tooltips and hover states (see 02.3).