Keyboard number pad equal sign doesn't work
I had to repost this because it a great solution! My equal sign wasn't working on my Logitech keyboard number pad. A prior post gave this solution AND IT WORKED!!
The steps are as follows:
1. Download & Install Autohotkey
2. Create a new Autohotkey script by right clicking the desktop, selecting the new tab and clicking "Autohotkey script"
3. rename the script to whatever you choose with the extension ".ahk"
4. copy and past the following:
NumpadClear::
send, =
Return
5. Save and run the script
6. Profit