Skip to content
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

Want to change the default shortcut for the selector to CTRL + MouseL #15

Closed
vvyoko opened this issue Aug 31, 2021 · 2 comments
Closed

Comments

@vvyoko
Copy link

vvyoko commented Aug 31, 2021

Currently the left button is often pressed by mistake
And Ctrl +MouseL is itself a selection shortcut when zooming in

#5
And you can use the left click to move the window if this issues can be implemented
This will unify the operational logic

Left-click to move the picture while zoomed in
Left click to move the window position under normal conditions

Both magnification and normal conditions
Ctrl+MouseL are both selectors

As I am not a programmer
At the moment I can only forcibly disable the entire selector
The logic in there is really confusing

Then report a bug
“if (fileSize >= 1024 * 1024 * 100) ” should be “if (fileSize >= 1024 * 1024 ) ”
This will display properly as MB

if (fileSize >= 1024 * 1024 * 100) {

@vvyoko vvyoko closed this as completed Sep 7, 2021
@sylikc
Copy link
Owner

sylikc commented Jan 24, 2023

Just as an FYI, I addressed the zooming-in-on-accident with a new feature recently. #106 . It will be in the next release.

@sylikc
Copy link
Owner

sylikc commented Mar 2, 2023

100 MB bug fixed in 976af32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants