Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

paintstripper

macrumors newbie
Original poster
Mar 13, 2010
4
0
I am writing software that charts efficiency and activity over the course of the day. Is it possible to count the number of global key presses for just the alpha numeric characters?

A solution in c or c++ would be awesome, but at this point I will take anything. Thanks guys!

Thanks,
paintstripper
 
I am writing software that charts efficiency and activity over the course of the day. Is it possible to count the number of global key presses for just the alpha numeric characters?

A solution in c or c++ would be awesome, but at this point I will take anything. Thanks guys!

Thanks,
paintstripper

If I understood what you wanna do, I suggest you to use:

Code:
 - (void)keyDown:(NSEvent *)theEven

This way you can detect when a key is pressed.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.