QUOTE(cam @ Mar 6 2009, 11:22 AM)

ACTool only supports alt, ctrl, shift being held down while another key is pressed. It may be fast enough to "trick" the system if you do "keydown {f1} {enter}" though
hmm.. Is it possible to detect a shift beeing pressed down, by humans, like i did this one:
CODE
while 1 = 1
If {globalkeys} contains 065
clearglobalkeys
keydown a 1
end if
i use that one to discover a password for a programme which shuts my computer off at a specific time, i run it in Test Mode, so the keys will appear in the Test Log when they are pressed, but i need to have capitals too.. is it possible to do that, or do i have to move to C++ for it?