I recently got an awesome mouse and found the back & forward buttons nearly useless. However, they were well placed so I decided to try and make a little program.
Is it possible to make a PowerShell/Batch program that will:
1. Deploy an if statement that will be triggered by a keyboard shortcut (ALT + RIGHT & ALT + LEFT)
2. Once the if statement is triggered, reject the keys as if nothing happened (most likely by sending the keys to the script instead of the current program)
3. Send new keys to do the job.
This would be like remapping the forward/back button - without any software, just a home-made solution.
FYI-
This does NOT work:
How to check if a key was pressed in Batch?