• I'm not sure what's going on - the code on the puck is executing fine, getting all my correct debug output and callbacks for kb.tap;

    however, the computer is not always detecting the taps properly. I have it currently sending like this:

          kb.tap(kb.KEY.F12, kb.MODIFY.GUI, function() {
           console.log("keys sent"); 
          });
    

    Intending to trigger Win+F12 - it does trigger the hotkey on the computer SOMETIMES. I have to press the button a lot to get it. If I do it myself on a keyboard, no problems - intended application catches the hot key. Not so much on the puck.

    Any ideas?

About

Avatar for tako @tako started