Bug for Key up event in EventInfo From System Trigger

I’m reporting here since I don’t have access to post in the Bugs forum for some reason.
Feel free to report it for me.

About the bug:

Scenario: The event for a key up action has the InputAction set to InputAction.Down

Steps to reproduce: Monitoring Events from a ‘System Trigger’ (TriggerInput set to Keyboard) and using ‘Get Event Info’ to get the EventInfo instance.

Current Behavior:
When pressing any key, two events are generated with the first one set correctly. However, the second one has the InputAction set to InputAction.Down

Expected Behavior:
When pressing any key, two events are generated with the first one set to InputAction.Down. However, the second one should have the InputAction set to InputAction.Up

Version of the software with the bug:

Studio/Robot/Orchestrator Version: 2019.1.0

Versions of the software relevant to the bug:

OS Version: Windows 10

2 Likes

After restarting the computer, the bug is no longer happening.

5 Likes