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
you could also swap the two buttons.
Something like:
LAlt::LCtrl LCtrl::LAlt
In the limited testing I did, it works, but you might need to relearn some of your window key shortcuts. It basically just swaps the two buttons.