Some days ago, my middle mouse button broke, only scrolling works. The problem is that I use this button a lot, which is a reason that he broke, so i searche about some way to "replace" his function, and i discovered about AutoHotKey. I read many documents and articles about how to make things work using him, and i could make work with Shift + Ctrl + Alt + LButton, but is too much keys to press, so i thinked about ' + LButton. Yes, a Quote . It's a key i don't really use too much, and his location is perfect. I tried and searched how to make it work, but i can't find, and the way i knew gives me an "Invalid hotkey" error.
What i need is a script to AutoHotKey, that simulates an Middle Mouse click when i press ' + LButton.
What i tried is:
'LButton::
Send, MButton
return