Re: How to write background app that intercepts keyboard events
Re: How to write background app that intercepts keyboard events
- Subject: Re: How to write background app that intercepts keyboard events
- From: Rob Kuilman <email@hidden>
- Date: Tue, 25 Nov 2003 08:54:24 +0100
I'm trying to write an application that needs to run in the
background, intercept certain keyboard events from the user regardless
of the currently active application, does some processing of the
keyboard event, and spits back an output to the current application as
if it came straight from the user. Any hints on this would be greatly
appreciated.
So, what you basically want to write then is a keylogger, right? Try
having a look at the events section on the cocoa site, that should get
you further.
Robert K.
-----------------------------{ Official Cocoa Newbie!
}-----------------------------
web:
http://halfduplex.net/
email: email@hidden
On Tuesday, November 25, 2003, at 07:57 AM, Yi Lin wrote:
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.