-
-
Notifications
You must be signed in to change notification settings - Fork 509
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
Pressing the Win
key starts zoom (Windows Key). The Win
should completely be ignored in ImageGlass
#1769
Comments
I'm unable to reproduce the issue (Windows 11). Can you attach a video? |
Same issue here. As soon as I hit the Windows key (even without releasing it), the image gets zoomed out. When I release the Windows key, the zooming out phase stops. If I let the Windows key pressed more than one second, the image is zoomed out to 1% of its original size. I have the issue since v9.0.7.1125, still happens with v9.0.8.1208. Video.mp4 |
Thanks for the video, I will test the issue on Windows 10. |
I tested on VirtualBox, still cannot reproduce 1769.mp4 |
I stopped all software running on my PC to eliminate any conflict that could happen between ImageGlass and other software (especially with software interacting with keystrokes like AutoHotkey & all...), but no luck. |
This issue seems like it has to do with the keyboard's input methods for whichever reason. 2024-01-03.00-46-27.mp4tested on windows 11 pro Version 10.0.22631 Build 22631 |
Thanks @ZunRine for pointing out AZERTY keyboard layout! I managed to reproduce the issue and pushed a fix. In the meanwhile, you can temporarily fix this by changing the hotkey for menu Zoom Out.
{
"MenuHotkeys": {
"MnuZoomOut": ["Subtract"]
},
}
|
I created a build for testing this, you can download it here: https://drive.google.com/file/d/1_qTiGxV7u0SuQ0B8PG2eug_z1nWnEgnc/view?usp=sharing |
I have an AZERTY keyboard and I can confirm that this bug doesn't happen anymore for me with this build. 🙂👍 |
Looks good to me too, AZERTY keyboard as well. 🥳 |
System information:
To Reproduce
Steps to reproduce the behavior:
Win
Key (Windows key) for some seconds: ImageGlass zooms the image as long as you press the key. Extremely annoyingWin
Tab
(Windows key with the Tab key): ImageGlass starts zooming and does not stop while Windows Displays all active Application Windows (Task-Switch). Extremely annoyingActual behavior:
See "Steps to reproduce the behavior:"
Expected behavior:
Win
key and anyWin
key combinations should not do anything in ImageGlass because those key combinations should be reserved for System tasksScreenshots:
Additional context:
The text was updated successfully, but these errors were encountered: