C Board  

Go Back   C Board > General Programming Boards > Networking/Device Communication

Reply
 
LinkBack Thread Tools Display Modes
Old 09-04-2009, 03:19 AM   #1
Registered User
 
Join Date: Sep 2009
Posts: 1
Fake a Keyboard Interrupt.

Hi.

I have finished writing a keyboard filter using the examples Windows DDK have given me. I can change, modify and add extra keys but the one thing I need to do and canīt is fake a key interrupt so my driver is called when there is no key actually being pressed.

I need Windows to open the keyboard interrupt handler and connect to the keyboard driver to find out which key has just been pressed, run through my filter and allow me to modify the irp contents to the key I specify. If I could use SendInput this wouldnīt have been necessary.

Can anyone help? It can be executed within the driver, it doesnīt need to be a userlevel application.
nicka is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Detecting keyboard and mouse in linux sameer.nalwade C Programming 3 11-22-2008 04:24 AM
Virtual keys Arkanos Windows Programming 4 12-12-2005 10:00 AM
DOS, Serial, and Touch Screen jon_nc17 A Brief History of Cprogramming.com 0 01-08-2003 04:59 PM
interrupt handler functions in Visual C++ 6.0 scromer A Brief History of Cprogramming.com 1 01-07-2002 07:06 PM
Sound card interrupt problems Bubba A Brief History of Cprogramming.com 3 12-05-2001 04:38 AM


All times are GMT -6. The time now is 05:25 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22