mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[PR #734] [MERGED] Add option to ignore simulated keystrokes #1191
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1191
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NickeManarin/ScreenToGif/pull/734
Author: @cuiliang
Created: 10/4/2020
Status: ✅ Merged
Merged: 10/7/2020
Merged by: @NickeManarin
Base:
master← Head:master📝 Commits (3)
6dd0c31Add option to ignore software simulated keystrokes.f11f81dclear using statement.1d09bfaFix row index📊 Changes
13 files changed (+53 additions, -14 deletions)
View changed files
📝
ScreenToGif/Model/KeyStrokesModel.cs(+9 -0)📝
ScreenToGif/Resources/Localization/StringResources.en.xaml(+2 -0)📝
ScreenToGif/Resources/Localization/StringResources.zh.xaml(+2 -0)📝
ScreenToGif/Resources/Settings.xaml(+1 -0)📝
ScreenToGif/UserControls/KeyStrokesPanel.xaml(+11 -6)📝
ScreenToGif/Util/InputHook/CustomKeyEventArgs.cs(+4 -1)📝
ScreenToGif/Util/InputHook/InputHook.cs(+4 -2)📝
ScreenToGif/Util/Other.cs(+1 -1)📝
ScreenToGif/Util/SimpleKeyGesture.cs(+8 -2)📝
ScreenToGif/Util/UserSettings.cs(+6 -0)📝
ScreenToGif/Windows/Editor.xaml.cs(+3 -0)📝
ScreenToGif/Windows/NewRecorder.xaml.cs(+1 -1)📝
ScreenToGif/Windows/Recorder.xaml.cs(+1 -1)📄 Description
Change in UI
Reason
There are some software tools that will simulate keystrokes to do automatic copy/paste operations or trigger hotkeys.
The user do not need to know what is simuated, what they need to know is the keys inputed on keyboard.
Thanks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.