Hi,

i get an error i dont know why. Sample code on my mac os 10.5.6 python 2.5.1 that came with Leopard:

from Quartz import *
event_tap = CGEventTapCreate(kCGSessionEventTap, kCGHeadInsertEventTap, 0, ((1 << kCGEventKeyDown) | (1 << kCGEventKeyUp)), lambda p, t, e, r: e)

If you can answer or direct to other helpful places, i'd like to thank you,
-Marko
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to