Screention User Guide
Everything you need to get the most out of Screention — from your first capture to advanced workflows.
Getting Started
Screention is a free, lightweight desktop screenshot tool for Windows, macOS, and Linux. Installation takes under a minute and requires no account or internet connection.
Download the installer
Install the application
- Windows: Run the
.exeinstaller and follow the setup wizard. Screention installs to%LOCALAPPDATA%\Programs\Screention. - macOS: Open the
.dmg, drag Screention to your Applications folder, then launch it. On first run, allow it in System Settings → Privacy & Security if Gatekeeper prompts you. - Linux (.deb — Ubuntu / Debian):bash
sudo dpkg -i Screention-x.x.x.deb - Linux (.rpm — Fedora / RHEL):bash
sudo rpm -i Screention-x.x.x.rpm - Linux (.AppImage — universal):bash
chmod +x Screention-x.x.x.AppImage ./Screention-x.x.x.AppImage
Launch & find it in the tray
--no-sandbox flag internally to avoid chrome-sandbox permission errors. No manual chmod is required.Capturing Screenshots
Screention's capture engine lets you select any region of your screen with pixel-perfect precision. The live dimension indicator tells you exactly how large your selection is as you drag.
Starting a Capture
Press the global hotkey (default: Ctrl+Alt+A on Windows/Linux, Cmd+Alt+A on macOS), or click the tray icon directly. Your screen will dim and a crosshair cursor will appear.
Selecting a Region
Click and drag to draw your selection. As you drag:
- A dashed selection border appears immediately
- A dimension badge (e.g. 1304 × 849) floats near the selection corner
- The badge auto-repositions so it never clips off-screen
Keyboard Fine-Tuning
| Key | Action |
|---|---|
| ↑ ↓ ← → | Move selection border by 1px |
| Shift + ↑ ↓ ← → | Expand or contract selection by 1px |
| Enter / Space | Confirm capture and open annotation toolbar |
| Escape | Cancel capture and return to normal view |
Annotation Tools
Once you've captured a region, a floating, draggable toolbar appears at the bottom of the screen. Every tool works on top of the live screenshot before it's saved.
Toolbar Tools
Draw directional arrows pointing at specific elements.
Draw outline rectangles to frame and highlight regions.
Draw circles or ovals over elements to call attention.
Redact sensitive data — passwords, emails, personal info.
Semi-transparent color brush to emphasize areas of text.
12 preset colors + custom hex input + recently used history.
Add a padded, colored or gradient background behind the screenshot.
Step backward through annotation history.
Step forward through annotation history.
Remove all annotations at once.
Copy the annotated screenshot to clipboard.
Save to the screenshot gallery.
Annotation Colors
Click the stacked color circles in the toolbar to open the color picker. Choose from 12 preset swatches or enter a custom hex value. Recently used colors appear below the presets for quick re-selection.
Default color: Bright blue (#18dcff). Color applies immediately to the active tool.
Background Styler
The background styler wraps your screenshot in a beautiful padded container with customizable colors, gradients, border radius, and shadows. Perfect for social media posts, presentations, and portfolios.
Open the Background panel
Choose a solid color or gradient
Adjust padding, border radius, and shadow
- Padding — space between screenshot edge and background (0–100px).
- Border Radius — rounds the corners of the screenshot container (0–50px).
- Shadow — drop shadow depth behind the screenshot (0–100px).
Save or copy
OCR Text Extraction
Screention includes a built-in OCR engine (Tesseract.js) that can extract readable text from any screenshot — completely offline with no API key required.
Using OCR
Capture and select the area containing text
Press the OCR shortcut
Review and copy the extracted text
Tips for Best Results
- Capture at 100% screen zoom for the sharpest text.
- High-contrast text (dark on white, white on dark) gives the most accurate results.
- Avoid very small fonts below ~12px on screen — accuracy drops significantly.
- OCR works on code, terminal output, UI labels, and printed documents.
- Press Escape to dismiss the OCR result panel without saving.
Screenshot Gallery
Every screenshot you capture is automatically saved and indexed in Screention's built-in gallery. You can search, preview, annotate, and manage all your screenshots without leaving the app.
Opening the Gallery
Right-click the tray icon → Open Screention. The main window opens to the gallery view showing all your captures.
Gallery Features
Storage Location
Screenshots are stored in a hidden .screention folder in your home directory:
C:\Users\<You>\.screention\screenshots\~/.screention/screenshots/~/.screention/screenshots/Screenshot filenames use the format: DD-MMM-YYYY HH-MM-SS am/pm.png (e.g. 30-mar-2026 09-15-42 am.png)
Hotkeys & Shortcuts
Screention's global capture hotkey works even when the app is minimized to the tray. The annotation shortcuts are active while the capture window is open.
Global Shortcuts
| Action | Windows / Linux | macOS |
|---|---|---|
| Start region capture | Ctrl + Alt + A | Cmd + Alt + A |
In-Capture Shortcuts
| Action | Shortcut |
|---|---|
| Select Arrow tool | A |
| Select Square / Rectangle tool | S |
| Select Circle / Ellipse tool | C |
| Select Blur tool | B |
| Select Highlight tool | H |
| Undo annotation | Ctrl / Cmd + Z |
| Redo annotation | Ctrl / Cmd + Shift + Z or Ctrl + Y |
| Extract text (OCR) | Ctrl / Cmd + E |
| Copy to clipboard | Ctrl / Cmd + C |
| Save screenshot | Ctrl / Cmd + S |
| Delete selected annotation | Delete |
| Cancel / close | Escape |
Changing the Global Hotkey
Open Settings
Find the Shortcut field
Record a new shortcut
Confirm
Settings
Access Settings by right-clicking the tray icon → Open Screention, then clicking Settings in the left sidebar.
Auto-Launch
Launch Screention silently at system startup. The app goes straight to the tray.
Global Shortcut
The keyboard combination that triggers region capture from anywhere. Default: Ctrl/Cmd+Alt+A.
Updates
Manually query the update server for a newer version.
Automatically apply a downloaded update the next time the app exits. Enabled by default.
Updates
Screention uses an integrated auto-updater (electron-updater). When a new version is available, it downloads in the background without interrupting your work.
How Updates Work
10 seconds after startup, Screention silently checks the GitHub releases page for a new version. If one is found, it begins downloading automatically in the background. A notification appears in the main window when ready.
By default, the update installs automatically the next time you quit the app (Auto-install on quit is enabled). You can also click Install Now to restart immediately.
Manual Update Check
Go to Settings and click Check for Updates. Screention will query the server and show you the result in a dialog.
Troubleshooting
Most issues can be resolved quickly. Here are the most common problems and their solutions.
Global hotkey doesn't trigger a capture
macOS: 'Screention cannot be opened because the developer cannot be verified'
Linux: App crashes or shows a blank window
Linux (.deb): 'dpkg: dependency problems'
Screenshots not appearing in the gallery
OCR text output is inaccurate
Still having issues?
Open a GitHub issue with your OS version, Screention version, and steps to reproduce.
Report a Bug on GitHub