Describe the bug
Run Command actions do not execute if there is also a Change State in the actions for the key
To Reproduce
Steps to reproduce the behavior:
- Add a run command to a blank key with command
echo 1 >> ~/testlog and verify that it updates that file
- Add a state to the key
- Add a Change State action to the key, which switches to State 2
- Wait several seconds (for some reason the bug does not occur if testing immediately after adding the Change State action)
- Activate key
- Note that nothing was appended to the testlog file
Expected behavior
A 1 should be added to testlog regardless of the presence of a Change State action
Screenshots


