I want to use mouse buttons on screen corners to perform certain actions.
Specifically, I want to use the mouse wheel: -on the bottom left corner to raise and lower the sound volume; -and on the top right corner to make page up and page down.
In Linux, such tasks can be easily done, for example using a script like this or using Compiz.
How can I do this on Windows 10?
edit: I can't code or build scripts.