-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About starting borderless optimization #318
Comments
Even if the borderless mode is not turned on, |
Because of the image select and crop feature, the ALT key is necessary for moving the window. Without it, there are strange interactions with zoomed in images, etc |
Image selection is not a high-frequency operation, but image movement is a high-frequency operation. |
Image selection is not a high-frequency operation,
but image movement is a high-frequency operation.
It is recommended that the default operation is movement. If you take into
account previous habits,
you can add a switching function:
The default is movement, and alt is followed by selection
Kevin M ***@***.***> 于2024年7月7日周日 04:40写道:
… Because of the image select and crop feature, the ALT key is necessary for
moving the window. Without it, there are strange interactions with zoomed
in images, etc
—
Reply to this email directly, view it on GitHub
<#318 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANTYWFON6MNV454SIPE2Z3ZLBI4DAVCNFSM6AAAAABKG5WDPCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJRHE3DCNZSHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It'll be considered in a future release. |
Dragging the image is a very frequent operation.
After turning on the borderless mode, you need to hold down the alt key to drag the image, which is very inconvenient.
It is necessary to drag the image by clicking the mouse anywhere on the image.
Please apply to add this function as soon as possible. Thank you.
The text was updated successfully, but these errors were encountered: