The RegisterHotkey() function is much more useful and efficient.. because then the program does not need to have the focus in order for the hotkeys to work. and GetASyncKeyState does not support two key combinations like Shift+ G , etc..
System wide hotkeys are better because you don't eat up CPU time in a loop to check key state.
ty for these i didnt know these before