aranc

Results 2 issues of aranc

It seems that tapping a backspace is not working. Is anyone else having this issue? Some code to reproduce: import autopy import time autopy.mouse.click() time.sleep(1) autopy.key.tap("x") time.sleep(1) autopy.key.tap(autopy.key.Code.BACKSPACE) time.sleep(1) autopy.key.tap("y")...

Added upstream support: https://firebase.google.com/docs/cloud-messaging/receive-upstream * Allow to register a callback for handling upstream messages. * If a callback is registered, the pool will automatically open and maintain an XMPP connection....