I\'m trying to use autohotkey to simulate elements of Mac keyboard on a PC (Windows) keyboard. My muscle memory reaches for the Command key for simple tasks like copying and pas
Use
LAlt::LCtrl
put it into a ahk file compile it and run .exe with administrator rights
right click -> Run as administrator
I tested it on Windows 7 and it works, LAlt no longer fires anywhere and it is completely replaced with LCtrl.