Iohub EyeLink unresponsive keyboard during calibration

HI Shira,

I think the code suggested by Jon here should work. Basically, try minimizing the psychopy window before doing calibration and maximizing it after:

win.winHandle.minimize()
eyetracker.runSetupProcedure()
win.winHandle.activate()
win.winHandle.maximize()

Thank you.