When moving the mouse around and holding the key such a a, the code crashes.
It appears to be an issue where the input is expected to be 'mouse:hover@81;7' but what is actually recieved is 'mouse:hover@81;7M'.
The extra M character causes the coords code to crash due to a ValueError.