With this AutoHotKey script, you can use most macOS style shortcuts (eg, cmd+c, cmd+v, ...) on Windows with a standard PC keyboard.
Note that this script assumes you use a standard PC keyboard, and you want to use shortcuts as if it was on a native mac keyboards. It means that you think you are pressing command + c, you are actually sending alt + c to Windows (and it will be picked up by AutoHotKey and translate to ctrl + c)
You should disable the Between input languages shotcut from Control Panel\Clock, Language, and Region\Language\Advanced settings > Change lanugage bar hot keys because it conflicts with cmd + shift + ↑ / ↓ / ← / → (select text between cursor and top / bottom / beginning of line / end of line)
- Install https://www.autohotkey.com/
- Copy and save the content of
mac.ahkin a text file, named asmac.ahk - Double click
mac.ahkscript
Place mac.ahk file (or make a shortcut) at C:\Users\<USERNAME>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup