A keylogger must run under normal, low or idle priority ?
thx.
It probably dont matter, the hook proc gets call by the system, so will run in system time-slice, where as when you wait for key presses, you app should be sleeping, so it wont consume any time.