You are reading a single comment by @tako and its replies.
Click here to read the full conversation.
-
Windows 10, latest puck.js firmware as of yesterday.
It seemed pretty reliable with the a/A examples. Assumingly, for a "press and hold", would I do something like:
NRF.sendHIDReport([kb.MODIFY.GUI,0,0,0,0,0,0,0], function() { NRF.sendHIDReport([kb.MODIFY.GUI,0,kb.KEY.F12,0,0,0,0,0], function() { NRF.sendHIDReport([0,0,0,0,0,0,0,0], function() { console.log("keys sent"); }); }); });
I'm not too sure to be honest - what OS is this on? Windows? And are you on the latest Puck.js firmware?
What happens if you get it to press just a single key like 'A' - is it reliable? It could be related to the modifier (it's possible it needs 'pressing' first, and not at the same time).