Remove delayed capture menu item
Template tests / tests (push) Successful in 1m43s

This commit is contained in:
2026-06-13 14:59:27 -05:00
parent 356334dd3e
commit 6c2c837a83
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -1221,7 +1221,6 @@ class GuideEditor {
{ label: 'Capture full screen', action: () => this.captureStep('fullscreen') }, { label: 'Capture full screen', action: () => this.captureStep('fullscreen') },
{ label: 'Capture window', action: () => this.captureStep('window') }, { label: 'Capture window', action: () => this.captureStep('window') },
{ label: 'Capture region…', action: () => this.captureStep('region') }, { label: 'Capture region…', action: () => this.captureStep('region') },
{ label: 'Capture after 3 s delay', action: () => this.captureStep('fullscreen', 3000) },
'sep', 'sep',
{ label: 'Paste image as step', action: () => this.pasteClipboardStep() }, { label: 'Paste image as step', action: () => this.pasteClipboardStep() },
{ label: 'Import images…', action: () => this.importImageSteps() }, { label: 'Import images…', action: () => this.importImageSteps() },
+2 -2
View File
@@ -96,8 +96,8 @@ Initial release.
Existing Workspace (guide library), and Settings. The brand button Existing Workspace (guide library), and Settings. The brand button
returns to the welcome screen from any view. returns to the welcome screen from any view.
- Capture menu in the editor topbar: full screen / window / region / - Capture menu in the editor topbar: full screen / window / region /
3-second delay, paste image as step, import images, and capture paste image as step, import images, and capture session start/finish
session start/finish — capture no longer requires the global hotkey. — capture no longer requires the global hotkey.
- Continuous capture sessions: steps are grabbed on every OS click where - Continuous capture sessions: steps are grabbed on every OS click where
the platform supports it (xinput on X11, PowerShell on Windows), with the platform supports it (xinput on X11, PowerShell on Windows), with
interval auto-capture (3/5/10 s) as the always-works fallback when interval auto-capture (3/5/10 s) as the always-works fallback when