Region Capture
Region capture is the workhorse of Tex. You draw a rectangle over any part of any monitor, and Tex hands you the pixels inside it.
How to Trigger
| Surface | Action |
|---|---|
| Global hotkey | Ctrl+Shift+S (remappable — see 10.2) |
| Main toolbar | Click the Region button |
| System tray | Right-click the tray icon and pick Region Capture |
| Dock pill | Click the capture button on the floating pill |
What the Overlay Does
When you trigger region capture, Tex drops a full-screen CaptureOverlayWindow over every monitor:
- The screen dims under a semi-transparent overlay (darkness controlled by
Capture.OverlayOpacity). - Instructions at the top read: "Click and drag to select region | ESC to cancel".
- Click and hold, then drag to define a rectangle.
- While dragging, a live label shows the selection as "W x H pixels" if
Capture.ShowDimensionsis on. - Release the mouse to confirm. Press ESC at any point to cancel with no capture taken.
After You Confirm
The capture flows through several optional steps, each gated by a setting:
- The bitmap loads into the
MainWindowpreview + inline annotation canvas. - If
Capture.OpenEditorAfterCaptureis on, the dedicatedAnnotationWindowalso opens so you can mark up immediately (see 03.1). - If
Capture.CopyToClipboardis on, the image is placed on the clipboard as PNG. - If
Capture.PlaySoundis on, a shutter sound plays. - The capture is appended to history (see 08.5).
Related Settings
| Setting | Default | Effect |
|---|---|---|
Capture.ShowDimensions | true | Show the live W x H label during drag |
Capture.OverlayOpacity | 50 | Darkness of the dim overlay (0 = clear, 100 = black) |
Capture.CopyToClipboard | true | Auto-copy the finished image to the clipboard |
Capture.OpenEditorAfterCapture | true | Open AnnotationWindow after the capture |
Capture.PlaySound | true | Play a shutter sound on capture |
Capture.DefaultDelay | 0 | Pre-capture delay in seconds (see 02.3) |
Tip
Tip — If the overlay feels too dark on an HDR monitor, drop Capture.OverlayOpacity to around 30.
Tip
Setting — To skip the annotation editor and keep the main toolbar minimal, turn Capture.OpenEditorAfterCapture off. The capture still lands in the MainWindow preview.