views:

32

answers:

1

In carbon/cocoa, is it possible to send something like performKeyEquivalent to the current key window? I want to send a key event to whatever application the user has active.

Thanks!

+1  A: 

Yes, you can post events using CGEventPost.

JWWalker