mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #296] use key stringify name instead of KEY code #1612
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#1612
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?
Originally created by @laiqun on GitHub (Mar 18, 2018).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/296
when I type 't' in json file there is 63,I must check System.Windows.Input.KEY find 63 meaning alpha 'T'
{
"CursorX": 489,
"CursorY": 523,
"Delay": 1000,
"Keys": [{
"IsUppercase": false,
"Key": 63
}],
"Name": null,
"Path": "C:\Users\laiqun\AppData\Local\Temp\ScreenToGif\Recording\2018-03-18 11-11-01\5.png",
}
@laiqun commented on GitHub (Mar 18, 2018):
part of KEY.cs
@laiqun commented on GitHub (Mar 18, 2018):
also you can still use key code ? I't doesn't matter
@NickeManarin commented on GitHub (Mar 18, 2018):
The json is an internal file, it needs to stay like that.