7121 Posted July 25, 2009 Posted July 25, 2009 I want to make a program where it's waiting for you to type a certain string before processing on to the next command. However, the input box cannot be there or let's just say rid of. I'm thinking something like a lock program for the computer where u just activate it and it'll disable the whole keyboard and mouse unless the corresponding keys are punched in. But the thing is, i don't want the source for that program, i just want to know if that's even possible. SO BOTTOM LINE: let say i'm in a full screen game..., ( i already hot-key the program) and i launch it while in full screen. Now, i want the program to wait for my input, but the thing is, the game is full screen, so thus, i don't want it to get alt+tabbed to request input... i want it to recognize it while in full screen so yeah. Anyone know if this can be done? I'm thinking about waiting for just a certain key... but i really want it to be a string instead of just a key =/ so yeah
Rarst Posted July 25, 2009 Posted July 25, 2009 HotKeySet allows to execute function when specific hotkey(s) pressed. This fits wait for key scenario, but not filtering whole keyboard input. Not sure if string detection can be easily done in AutoIt. AutoIt tag at Rarst.net
AdmiralAlkex Posted July 25, 2009 Posted July 25, 2009 Search for hotstrings on the forum or check the example for _WinAPI_CallNextHookEx in the helpfile .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now