purpGUI 0 Posted August 9, 2011 Hi all,Is there a way to block ACTUAL keyboard entries only? I have a USB device that scans an item and sends the input by mimicking keyboard input. Is there a way to disable actual keyboard input and leave that USB device free?I have been looking into maybe differentiating device ID's but I'm not having much luck...I found many threads regarding USB drives, but not much on actual input devices...Thanks! Share this post Link to post Share on other sites
JohnOne 1,603 Posted August 9, 2011 blockinputex <- example scripts <- search AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
purpGUI 0 Posted August 9, 2011 blockinputex <- example scripts <- searchI actually have looked into that. Unfortunately, the block-keyboard-only mode also blocks my USB device... Share this post Link to post Share on other sites
JohnOne 1,603 Posted August 9, 2011 That's a downer. Perhaps the author might be able to give you some tips on that. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
monoscout999 10 Posted August 10, 2011 BlockInput() ? Share this post Link to post Share on other sites
wakillon 403 Posted August 10, 2011 BlockInput only affects user input. AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites
purpGUI 0 Posted August 10, 2011 Yeah...BlockInput() just disables all the things. I wonder if there's anyway to send the message via ControlSend or something similar. Share this post Link to post Share on other sites
Bert 1,430 Posted August 10, 2011 (edited) What happens if you disable the device in the device manager? (as in if the keyboard is hooked up to a PS2 port and turning off the port) I've never tried it and it is only a guess. Edited August 10, 2011 by MPH The Vollatran project My blog: http://www.vollysinterestingshit.com/ Share this post Link to post Share on other sites
Bert 1,430 Posted August 10, 2011 I did a bit of research. You can disable the PS2 port in the BIOS. That I think would do the trick. The Vollatran project My blog: http://www.vollysinterestingshit.com/ Share this post Link to post Share on other sites
purpGUI 0 Posted August 10, 2011 Hmm. I will look into that and let you know if I get anywhere. Thanks! Share this post Link to post Share on other sites