I use a the Apple keyboard on my PC at home but the default placement of the Alt / Windows key are opposite what I’m used to. In addition, I really need the printscreen key. To fix it I used AutoHotkey and the following script: LAlt::LWin LWin::Alt RAlt::LWin RWin::RAlt F15::PrintScreen SwitchAltWindows (Pre-compile EXE)