[PR #805] [MERGED] Bugfix: KeyList was cleared too late #1215

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

📋 Pull Request Information

Original PR: https://github.com/NickeManarin/ScreenToGif/pull/805
Author: @bbuerger
Created: 3/12/2021
Status: Merged
Merged: 4/20/2021
Merged by: @NickeManarin

Base: devHead: master


📝 Commits (2)

  • adf7fb9 Bugfix: KeyList was cleared too late
  • 1f7934d Bugfix: KeyList was cleared too late

📊 Changes

2 files changed (+18 additions, -17 deletions)

View changed files

📝 ScreenToGif/Windows/NewRecorder.xaml.cs (+10 -10)
📝 ScreenToGif/Windows/Recorder.xaml.cs (+8 -7)

📄 Description

The capture is taking some time, therefor it is better to do the _keyList.Clear() a bit earlier, otherwise some keystrokes are missed


🔄 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/805 **Author:** [@bbuerger](https://github.com/bbuerger) **Created:** 3/12/2021 **Status:** ✅ Merged **Merged:** 4/20/2021 **Merged by:** [@NickeManarin](https://github.com/NickeManarin) **Base:** `dev` ← **Head:** `master` --- ### 📝 Commits (2) - [`adf7fb9`](https://github.com/NickeManarin/ScreenToGif/commit/adf7fb90f9f09b9c63bcd626a6071dd6254de2e2) Bugfix: KeyList was cleared too late - [`1f7934d`](https://github.com/NickeManarin/ScreenToGif/commit/1f7934d8e96a4a9ae094ad6a9dfbbf49d443d5c8) Bugfix: KeyList was cleared too late ### 📊 Changes **2 files changed** (+18 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `ScreenToGif/Windows/NewRecorder.xaml.cs` (+10 -10) 📝 `ScreenToGif/Windows/Recorder.xaml.cs` (+8 -7) </details> ### 📄 Description The capture is taking some time, therefor it is better to do the _keyList.Clear() a bit earlier, otherwise some keystrokes are missed --- <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:03 +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#1215
No description provided.