mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #678] make selection window moveable in windows? #552
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#552
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 @mnooblet on GitHub (Jun 16, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/678
it would be great if the window where you select the part of the screen to record would be moveable like other windows when you right click on it, this would make placing the window pixel perfect a lot easier than with mouse only :)
@NickeManarin commented on GitHub (Aug 10, 2020):
I expanded the keyboard commands available in the selection mode of the new recorder UI to the capture mode of that same recorder and to the older recorder UI.
Arrow keys: Move the selected region around the screen.
Ctrl + Arrow keys: Controls the resize of the Left/Top sides.
Shift + Arrow keys: Controls the resize of the Right/Bottom sides.
Ctrl + Shift + Arrow keys: Controls the resize of both sides.
+ Alt: Instead of moving by 1px at time, moves by 5px.
Btw, during capture the resize it blocked.
It only works when the recorder window has focus, so it should not get in the way of the app being captured.