How to develop an app for Mac OS X that keeps reading everything the user types in?

Posted by Elomar Nascimento dos Santos on Stack Overflow See other posts from Stack Overflow or by Elomar Nascimento dos Santos
Published on 2010-05-10T20:16:30Z Indexed on 2010/05/10 20:24 UTC
Read the original article Hit count: 233

Filed under:
|
|

Hello, everybody.

I'm here to ask if any of you know how to develop an app for Mac OS X that keeps reading everything the user types in. An example of app that implements this behavior is Text Expander.

Text Expander reads everything the user types in, searching for abbreviations previously added on it. When one of this abbreviations is found, Text Expander replace the abbreviation form for the entire content related to that abbreviation.

So, I would like to know what resource of Objective-C or Cocoa let you do this kind of stuff.

P.S.: Just to mention, I'm not thinking about developing something like a key logger. I'm just curious and thinking about at developing a snippet platform.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa