mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1176] [Feature Request] Quickly seek frames through shortcut or rather control button in Playback/Frame controls. #885
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#885
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 @JergenRoss on GitHub (Mar 2, 2023).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1176
Originally assigned to: @NickeManarin on GitHub.
Is your feature request related to a problem? Please describe.
I don't like every next one frame seek using
arrowor ratherpageup , pagedownbecause I tried holding to next frame but there's 5000 over frames that too much precise seek frames. I need quickly seek like next 10 frames via shortcut keyboard for Playback/frame controls.Describe the solution you'd like
I'd like add slow/fast or next
#step seek frames through shortcut keyboard or control button. most app existing quickly. there isCtrl+arrowor ratherpagedownwas not bound, so could be add this default.@NickeManarin commented on GitHub (Mar 4, 2023):
Done, PageUp/Down are already bound to the list, so I added some keyboard modifiers to it.
PageUp/Down + Control = 5 frames.
PageUp/Down + Alt = 10 frames.
PageUp/Down + Control + Alt = 20 frames.