You are reading a single comment by @allObjects and its replies. Click here to read the full conversation.
  • Kind of surprised that the timeout in line 19 has to be so long. Without logging I would expect that none should be needed, since ._sent() is a callback after all.

    I expect this to work:

    ,   _send: function(c) {
           kb.tap(kb.KEY[c],0,this._sent.bind(this)­);
        }
    
About

Avatar for allObjects @allObjects started