keys
Key to wait for.
If keys is a sequence, then the Condition will wait for one of the keys to be released.
If keys is None, then the Condition will wait for any key to be released.
This command will create a Condition object that will wait for one of the specified keys to be released.
The yielded command returns a
viz.Data object with the following information about the condition:
key | The key that was released |
time | The precise time of the key press |