Windows 10 Photos Scroll Wheel Zoom

Posted on
Windows 10 Photos Scroll Wheel Zoom Average ratng: 5,0/5 6976 reviews
  1. Windows 10 Photos Scroll Wheel Zoom Pro Tools
  2. Windows 10 Photos Keeps Zooming
RECOMMENDED: Click here to fix Windows errors and improve PC performance

Up until a few weeks ago, Windows 10 users could switch to the next/previous image in the queue by scrolling the mouse wheel while viewing pictures in the default Photos app. In short, we could easily see next/previous picture by scrolling the mouse wheel.

About a month ago, Microsoft updated the Photos app. The update changed the default scroll behaviour while using the Photos app. The Photos app no longer displays the next/previous image when you scroll the mouse wheel. Instead, it zooms in or out depending on how you scroll the wheel.

However, one thing that bothers most Windows 10 users using the Photos app is that you cannot zoom in and out with your mouse wheel. Instead, scrolling the mouse wheel will either take you to the next or previous photo. However, one thing that bothers most Windows 10 users using the Photos app is that you cannot zoom in and out with your mouse wheel. Instead, scrolling the mouse wheel will either take you to the next or previous photo. My PC has been upgrade and a first issue i came acros was in creo parametric was that the scroll wheel would not zoom IN or OUT on windows 10. This is an easy fix with changing mouse settings.

As you know, most classic desktop programs support this zooming in or out using mouse scroll wheel. According to Microsoft, many users requested this zoom in and zoom out using scroll wheel instead of switching to next/previous picture. Even the classic Windows Photo Viewer also supports zoom in and zoom out using mouse scroll wheel. So, the Photos app now behaves like most other photos viewing programs out there for Windows 10.

While many users are happy with the new behaviour of the Photos app, users who were using the scroll to see the next/previous picture want to restore the old behaviour of the Photos app.

If you’re wondering how to switch to the next/previous image in the latest version of Photos app, use the left and right arrow keys on your keyboard to quickly see the next or previous picture.

Windows 10 Photos Scroll Wheel Zoom Pro Tools

Restore scroll to next/previous picture behaviour in Photos app

Since Photos app can’t be downgraded to the previous version, you need to either use the classic Windows Photo Viewer or use a AutoHotKey script to restore the old behaviour.

Follow the given below directions to make the Photos app display next/previous picture when you scroll the mouse wheel in Windows 10.

Step 1: The first step is to download and install AutoHotKey software. For those who are reading about AutoHotKey for the first time, it’s a very popular free software, and safe to use as well.

Step 2: Once AutoHotKey is installed, copy the below code into Notepad, and save the script with any name but with .AHK extension.

SetBatchLines, -1
#SingleInstance, Force

More:— Sky News Australia (@SkyNewsAust)In a press release, the Minister of Immigration and Border Protection, Peter Dutton, “Our reforms will ensure applicants are competent in English, have been a permanent resident for at least four years and commit to embracing Australian values.”He stated that membership of the Australian family was a privilege and should be granted to only those who supported the Australian values, respected laws and wanted to work hard by integrating and contributing to an even better Australia.“Citizenship is at the heart of our national identity. Effective date of citizenship. Says competent English is a vital requirement for becoming part of the Australian community. It is the foundation of our democracy.

#If MouseIsOver(“ahk_class ApplicationFrameWindow”)
WheelUp::Right
WheelDown::Left

MouseIsOver(WinTitle) {
MouseGetPos, Win
Return WinExist(WinTitle . ” ahk_id ” . Win)
}

Disable scroll zoom windows 10

Step 3: Run the saved script by double-clicking on it. That’s it! Launch the Photos app now. You should now be able to be view the next/previous picture in the queue by scrolling the mouse wheel.

Windows 10 photos scroll wheel zoom free

To close AutoHotKey and the script, right-click on AutoHotKey icon in system tray, click Exit to close the program or click Pause Script option to pause the script.

Lightgallery is another excellent third-party picture viewer for Windows 10. And if the Photos app is not opening, please refer to our fix to Photos app not opening in Windows 10 guide.

Windows 10 Photos Keeps Zooming

Full credit goes to lblb_lblb for the script.