CreateShortcut Question
Im trying to get a hotkey by default for the shortcut im trying to make the code is as follows:
CreateShortCut "$SMPROGRAMS\Planetside High Priority Tool\Change Planetside to Normal Priority.lnk" "$INSTDIR\PSNormal.cmd" "" "F:\Games\PlanetSide\PS_icon.ico" 0 SW_SHOWMINIMIZED "control|shift|n"
The default hotkey for the shortcut will only show up as "n" not "control + shift + n" This isnt a real big deal but I just kinda want it to work so everything is complete and idiot proof.