I just picked up an mBot and started by following the instructions in the youtube video for controlling the mBot with keyboard commands in mBlock on Windows 10.
Each key press event only works once, the corresponding key release events don’t work at all.
I found that placing a ‘stop all’ at the end of the key press event will allow it to happen more than once, but to stop the motion I need to set up a separate key press event on another key as the key release event doesn’t happen.
I tested with moving a sprite as well to show that A) the key press event does not work past the first and B) the key release event never fires.
Has anyone else seen this, or have a solution? I would have to assume it is a bug that has either been caused by windows 10 (though I would find it odd if Microsoft changed the underlying key events) or crop up in a version since the one the demo video was made with.