mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #76] ctrl + shift + left/right #1437
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#1437
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 @gitHabbe on GitHub (Feb 3, 2017).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/76
when you select a frame and then hold ctrl + shift + left or right, you used to be able to scroll all the way to the end (or start depending what arrow you hold), but now it keeps going afterwards.
didn't work like this is previous updates, it used to stop at the edge and keep all frames selected.
EDIT: windows 10, 64-bit
PS. amazing update otherwise, keep up the awesome work my friend!
@NickeManarin commented on GitHub (Feb 3, 2017):
Ctrl+Shift+Left/Right triggers the "Move Left"/"Move Right" commands.
There's a bug when using this command via keyboard, it's selecting AND moving the frames. It should only move them.
Is that what you meant?
Thanks, btw :D
@gitHabbe commented on GitHub (Feb 3, 2017):
a few month ago, when I select a frame then held ctrl+shift+arrow it would expand my selection too (not move any frames). I thought it was a cool feature since you could select multiple frames very fast and if you ran all the way to the edge it would stop (it doesn't do that any more).
maybe thats not how you had the feature in mind tho
@NickeManarin commented on GitHub (Feb 3, 2017):
Oh, you can do that with Shift + Left/Right. :)
It will start expanding your selection.
@gitHabbe commented on GitHub (Feb 3, 2017):
Ohh I see, I used to hold both ctrl and shift, maybe that stopped working when you added feature for ctrl. I, for some reason, thought you had to hold both of them =)