Supermarket Simulator

Supermarket Simulator

View Stats:
Amylou Mar 10, 2024 @ 5:09pm
No Scroll Button on Mouse
Has anyone worked out a way to rotate furniture without a scroll button on your mouse?
< >
Showing 1-4 of 4 comments
Sweezog Mar 10, 2024 @ 5:29pm 
A band-aid fix you can use is to install AutoHotkey and use this script:


#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. left::WheelUp right::WheelDown

It simply changes your left arrow key to scroll up, and your right arrow key to scroll down.
Amylou Mar 10, 2024 @ 5:45pm 
This is fantastic in theory, however for someone who has never used script before, how exactly do I enter this?
Amylou Mar 10, 2024 @ 5:58pm 
Nevermind, figured it out and it works, thank you so much.
stephschnatz72 Apr 8, 2024 @ 10:24am 
How do I rotate things without a scroll mouse
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Mar 10, 2024 @ 5:09pm
Posts: 4