Reviving the Mouse Scroll Photo Navigation Feature on Windows 10
Hence, if you're accustomed to scrolling through photos with a mouse wheel, you can revert your Windows 10 to this mode with simple commands like so.
Reviving the Mouse Scroll Photo Navigation Feature on Windows 10
To navigate photos by scrolling the mouse and simultaneously holding down the mouse pointer to zoom in or out on Windows 10, follow these steps:
Step 1: You need to install the latest version of the Photos app on Windows 10 here: Download Microsoft Photos.
Next, install and launch the AutoHotkey software on Windows.
Step 2: Type Notepad into the search section in the Start menu and select the corresponding app.
- Paste the following lines into Notepad.
SetBatchLines, -1
#SingleInstance, Force
#If MouseIsOver('ahk_class ApplicationFrameWindow')
WheelUp::Right
WheelDown::Left
MouseIsOver(WinTitle) {
MouseGetPos,,, Win
Return WinExist(WinTitle . ' ahk_id ' . Win)
}
- Next, save the file by clicking on File => Save As.
Name the file and save it with the .AHK format. Then press Save to save.
Step 3: Exit the Photos app. Open the saved AHK file and then restart the Photos app. The mouse scroll photo navigation feature will be restored on Windows 10 Photos.
Above, Mytour has just guided you on how to restore the mouse scroll photo navigation feature while holding down the mouse to zoom in or out on Windows 10. The reason this feature was complained about by users is because they were accustomed to zooming in and out of images by scrolling with the mouse in Windows 7 using Windows Photo Viewer.
When updating to Windows 10, this feature is no longer available, although it may not be of much concern to many. However, for those who value detail and perfection when using Windows, this is a feature that deserves attention.
