mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #22] [Feature request] Add more hotkeys support #19
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#19
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 @Kristinita on GitHub (Oct 1, 2016).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/22
Originally assigned to: @NickeManarin on GitHub.
### Request
Added hotkeys for all operations, when I make on my GIF. I want to ScreenToGif users can do all the operations, never using the mouse. GIF of my macros:
Justification
You greatly simplify record macros in ScreenToGif.
I make AutoHotkey macros for operations, I often do — https://gist.github.com/a7e71ef8c6778f86a047ca105c3025dc. But I've been doing it a long time. I have problem: if window ScreenToGif bit shift, macros not will work. Do not recommended make macros using the mouse, because it requires very accurate hitting.
If the only record macros to hotkeys, macros are always well run, no matter what the size of ScreenToGIF window and wherever ScreenToGif window was not.
Environment
Operating system and version:
Windows 10.0.14393
ScreenToGIF:
2.3 Alpha b
Thanks.
@Kristinita commented on GitHub (Oct 2, 2016):
@NickeManarin , I update my request. Thanks.
Request
Justification
I record macro for fade effect for stable release ScreenToGIF.
But I have 2 problems.
If you add a hotkeys, your users will be easier.
Thanks.
@NickeManarin commented on GitHub (Oct 6, 2016):
How about the idea of ScreenToGif supporting macros?
Like simple commands such as:
Select>2>1 (index, selection length)Fade>2 (length)@Kristinita commented on GitHub (Oct 6, 2016):
Oppose, because for macros now there many good programs including open source programs. For example, AutoHotkey → PuloversMacroCreator.
Of course, if you add the macro support, it would be good, but I would prefer if you spend time on other tasks to improve the ScreenToGIF, which can be solved using other programs.
Thanks.
@duarteframos commented on GitHub (Oct 25, 2016):
Macros would be great, especially if one could directly define keyboard shortcuts for them from the UI :)
@Kristinita commented on GitHub (Nov 16, 2016):
@NickeManarin , status?
@NickeManarin commented on GitHub (Nov 16, 2016):
Not yet, I just fixed some bugs but I had no time to work with the shortcuts. I should work with this issue this week.
@Kristinita commented on GitHub (Nov 19, 2016):
We wait 😺 .
@NickeManarin commented on GitHub (Nov 19, 2016):
I added shortcuts to the transitions.
I also added to the Apply/Cancel actions of the panels. To apply Alt + E or to cancel Esc.
So nº 2 is done. I'm still doing the number 3º of the list.
@Kristinita commented on GitHub (Dec 2, 2016):
@NickeManarin, thanks, nice work! But after I apply my fade transition, how I can move without mouse to my selected frame — active frame, when I press Ctrl+Alt+T — to continue editing?
ScreenToGIF 2.3.161201.
Thanks.
@NickeManarin commented on GitHub (Dec 2, 2016):
Without the mouse there's no way, currently.
I should put the focus on the list after closing the panels. Got it. ;)
@NickeManarin commented on GitHub (Dec 8, 2016):
Ready for release 2.4: After clicking "Apply", the focus will be set to the selected frame.
@Kristinita commented on GitHub (Dec 25, 2016):
@NickeManarin , we wait release 2.4 version in Chocolatey.
Thanks.
@Kristinita commented on GitHub (Jan 20, 2017):
@NickeManarin , Ctrl+Alt+T →
Apply→ what I do press, to continue editing my frames in version 2.4?@NickeManarin commented on GitHub (Jan 20, 2017):
@Kristinita Strange, the focus is there, you can see by pressing Tab and Shift+Tab.
Something new must be breaking the tab flow. :/
@Kristinita commented on GitHub (Jan 20, 2017):
@NickeManarin, nothing occurs.
@Kristinita commented on GitHub (Jan 20, 2017):
@NickeManarin , and why Alt+E+Enter? In Windows, we can use only one non-modifier key for shortcuts, but no 2 — Alt and Enter. Isn't it?
Thanks.
@NickeManarin commented on GitHub (Jan 20, 2017):
Well, I have to fix this, because I do apply focus on the frame after closing the panel.
https://github.com/NickeManarin/ScreenToGif/blob/master/ScreenToGif/Windows/Editor.xaml.cs#L3911
and
https://github.com/NickeManarin/ScreenToGif/blob/master/ScreenToGif/Windows/Editor.xaml.cs#L4777
But it looks like it fails somehow.
Btw, It's Alt+E or Enter not both together.
@NickeManarin commented on GitHub (Jan 21, 2017):
Fixed.
When applying the effect, the focus was lost.
When cancelling, the focus worked as expected.