Screentogif: [Feature request] Add more hotkeys support

Created on 1 Oct 2016  Â·  18Comments  Â·  Source: NickeManarin/ScreenToGif

### 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: ![ScreenToGIF Macros](http://i.imgur.com/Wucz4YD.gif) ### Justification **You greatly simplify record macros in ScreenToGif.** I make AutoHotkey macros for operations, I often do — . 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.
enhancement

All 18 comments

@NickeManarin , I update my request. Thanks.

Request

  1. Add hotkeys for switching between panels.
  2. Add hotkeys for panels items.
  3. Add documentation or tooltips for hotkeys.

Justification

I record macro for fade effect for stable release ScreenToGIF.

FadeEffectMacro

But I have 2 problems.

  1. In some cases, the macro does not work, because the number of pressed Tab is different for different screencasts.
  2. I need many times press Tab or Shift+Tab.

If you add a hotkeys, your users will be easier.

Thanks.

How about the idea of ScreenToGif supporting macros?

Like simple commands such as:

Select>2>1 (index, selection length)
Fade>2 (length)

How about the idea of ScreenToGif supporting macros?

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.

Macros would be great, especially if one could directly define keyboard shortcuts for them from the UI :)

@NickeManarin , status?

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.

We wait 😺 .

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.

@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?

Apply transition

ScreenToGIF 2.3.161201.

Thanks.

Without the mouse there's no way, currently.

I should put the focus on the list after closing the panels. Got it. ;)

Ready for release 2.4: After clicking "Apply", the focus will be set to the selected frame.

@NickeManarin , we wait release 2.4 version in Chocolatey.

Thanks.

@NickeManarin , Ctrl+Alt+T → Apply → what I do press, to continue editing my frames in version 2.4?

@Kristinita Strange, the focus is there, you can see by pressing Tab and Shift+Tab.

Something new must be breaking the tab flow. :/

@NickeManarin, nothing occurs.

Tab switch

@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.

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.

Fixed.
When applying the effect, the focus was lost.
When cancelling, the focus worked as expected.

Was this page helpful?
0 / 5 - 0 ratings