The demos/coder/iohub/keyboard.py demo does not receive keyboard events - appears to hang until demo timeout occurs. Initial debugging shows that the iohub keyboard.state property is failing on linux. This means demo's / experiments that use keyboard.getEvents() work, but any that use methods like keyboard.getPresses() currently fail on linux.
Env:
- Mint Linux 18
- anaconda python 3.6
- running latest psychopy master source