Ok... found out how to use the first skeleton code, maybe it's of some help to others. So, just needed to add ["\t"], and then MODIFY.SHIFT as per below kb.tap(kb.KEY["\t"], kb.MODIFY.SHIFT);
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ok... found out how to use the first skeleton code, maybe it's of some help to others. So, just needed to add
["\t"]
, and thenMODIFY.SHIFT
as per belowkb.tap(kb.KEY["\t"], kb.MODIFY.SHIFT);