Skip to content

Remap microsoft sculpt mouse tilt wheel (left, right) to (backward, forward)

License

Notifications You must be signed in to change notification settings

gheron772/ms-sculpt-mouse-remap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

ms-sculpt-mouse-remap

Remap microsoft sculpt mouse tilt wheel (left, right) to (backward, forward) in windows
To use AutoHotkey solutions, you must not use the microsoft keyboard mouse center.



Way 1 - Use below autohotkey script

WheelLeft::
BlockInput, on
Send {Browser_Back}
BlockInput, off
sleep 500
return

WheelRight::
BlockInput, on
Send {Browser_Forward}
BlockInput, off
sleep 500
return

Way 2 - Reigster compiled file to shell:startup

2-1. Download (mouse.exe)
2-2. Press windows + r then typing shell:startup and open
2-3. Copy mouse.exe into shell:startup window
2-4. Execute mouse.exe or Reboot

Donation

If this repository is helpful
Buy Me a Coffee at ko-fi.com

About

Remap microsoft sculpt mouse tilt wheel (left, right) to (backward, forward)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages