I made a very tiny script designed for laptops without a scroll wheel function where it replaces some keyboard keys with the middle mouse.
Left alt and left control remain the same.
It's a VERY tiny script but I find it handy
Here's a compiled version if you don't have AutoHotkey:
Enjoy!
Left alt and left control remain the same.
It's a VERY tiny script but I find it handy
Code:
RControl::WheelDown
RAlt::WheelUp
AppsKey::MButton
Here's a compiled version if you don't have AutoHotkey:
Enjoy!