mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #11] [Feature Request] Pressing enter on text boxes commits changes #1379
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#1379
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 @duarteframos on GitHub (Sep 16, 2016).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/11
Originally assigned to: @NickeManarin on GitHub.
For example pressing Enter on the Save as file name text box will save the file (same as pressing the save button bellow)
Pressing Enter on the Editor > Playback > Delay Between Frames value box will commit it to selected frames, or using the Override Delay or Change Delay dialog pressing enter will 'Apply' the values as the button bellow.
@NickeManarin commented on GitHub (Sep 19, 2016):
I'll keep working with keyboard improvements. :)
@duarteframos commented on GitHub (Sep 19, 2016):
Lovely, thanks a lot for the great support :)
@NickeManarin commented on GitHub (Nov 19, 2016):
I had to change this a bit. Enter already changes focus to the next element.
To apply or cancel the action of an open panel, you can press Alt + E or Esc.
@duarteframos commented on GitHub (Nov 19, 2016):
Hum, could it be Tab to focus next element instead, and leave enter for committing values?
It seems more predictable and closer to standard behaviour this way.
@NickeManarin commented on GitHub (Nov 19, 2016):
Sorry, I got confused, haha. Other app that I'm developing have this behavior (from my work place).
That's right, Tab focus to the next element and Alt + E to apply or Esc to cancel. I'll add Enter as apply too.
@duarteframos commented on GitHub (Nov 19, 2016):
Hehe no problem, quickly switching between multiple multiple applications can get confusing at times!
Sounds awesome this way, looking forward to trying it out in the next release