[PR #1095] [MERGED] Added trigger delay option for after interaction snap fires #1307

Closed
opened 2026-02-26 09:34:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NickeManarin/ScreenToGif/pull/1095
Author: @mitchcapper
Created: 4/5/2022
Status: Merged
Merged: 4/30/2022
Merged by: @NickeManarin

Base: feature/1101-capture-trigger-delayHead: support_trigger_delay_pr


📝 Commits (1)

  • 25fc241 Added trigger delay option for after interaction snap fires

📊 Changes

7 files changed (+34 additions, -0 deletions)

View changed files

📝 ScreenToGif.Util/Settings/UserSettings.cs (+9 -0)
📝 ScreenToGif/Controls/BaseScreenRecorder.cs (+10 -0)
📝 ScreenToGif/Resources/Localization/StringResources.en.xaml (+2 -0)
📝 ScreenToGif/Resources/Settings.xaml (+1 -0)
📝 ScreenToGif/Windows/NewRecorder.xaml.cs (+3 -0)
📝 ScreenToGif/Windows/Options.xaml (+5 -0)
📝 ScreenToGif/Windows/Recorder.xaml.cs (+4 -0)

📄 Description

This gives the option to wait X ms after it would normally snap a frame to do the frame capture. Could be useful if you are waiting for a menu to load, or tooltip, etc.

Closes #1101


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NickeManarin/ScreenToGif/pull/1095 **Author:** [@mitchcapper](https://github.com/mitchcapper) **Created:** 4/5/2022 **Status:** ✅ Merged **Merged:** 4/30/2022 **Merged by:** [@NickeManarin](https://github.com/NickeManarin) **Base:** `feature/1101-capture-trigger-delay` ← **Head:** `support_trigger_delay_pr` --- ### 📝 Commits (1) - [`25fc241`](https://github.com/NickeManarin/ScreenToGif/commit/25fc241538c9aa3e979bedee9e418ae1f03021a7) Added trigger delay option for after interaction snap fires ### 📊 Changes **7 files changed** (+34 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `ScreenToGif.Util/Settings/UserSettings.cs` (+9 -0) 📝 `ScreenToGif/Controls/BaseScreenRecorder.cs` (+10 -0) 📝 `ScreenToGif/Resources/Localization/StringResources.en.xaml` (+2 -0) 📝 `ScreenToGif/Resources/Settings.xaml` (+1 -0) 📝 `ScreenToGif/Windows/NewRecorder.xaml.cs` (+3 -0) 📝 `ScreenToGif/Windows/Options.xaml` (+5 -0) 📝 `ScreenToGif/Windows/Recorder.xaml.cs` (+4 -0) </details> ### 📄 Description This gives the option to wait X ms after it would normally snap a frame to do the frame capture. Could be useful if you are waiting for a menu to load, or tooltip, etc. Closes #1101 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 09:34:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#1307
No description provided.