#for key in keys: somehow does not allow iteration of TypeError: Iterating over key states is not supported. I removed this line and it works
#for key in keys:
somehow does not allow iteration of TypeError: Iterating over key states is not supported. I removed this line and it works