mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 23:55:57 +03:00
[GH-ISSUE #1324] [Bug] The CTRL+SHFT+Left and CTRL+SHFT+Right do not behave as indicated #3490
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#3490
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 @raindropsfromsky on GitHub (Aug 9, 2024).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1324
Originally assigned to: @NickeManarin on GitHub.
Describe the bug

In the Editor, the tooltip on the Move Left button shows that its shortcut is CTRL+SHFT+Left.
However, instead of moving the selected frame to the left, this shortcut actually extends the selection to the left.
Similarly, the CTRL+SHFT+Right contracts the selection toward the right.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
CTRL+SHFT+Left and CTRL+SHFT+Right should move the selected frame to left/right.
It should not change the selection.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Actually, extending and contracting the selection is a useful function.
While I have only pointed out the inconsistency between the tooltip and the actual behavior, this function should be retained.
So instead of removing the functionality altogether, other shortcuts should be assigned.
(In other words, let us have shortcuts to actually move the selection, and also to extend/contract the selection.)