Using kb.MODIFY.SHIFT + kb.MODIFY.CTRL would work as well, the issue is just that kb.MODIFY.SHIFT+CTRL is adding CTRL to kb.MODIFY.SHIFT - and the global variable CTRL doesn't exist.
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.
try:
Using
kb.MODIFY.SHIFT + kb.MODIFY.CTRL
would work as well, the issue is just thatkb.MODIFY.SHIFT+CTRL
is addingCTRL
tokb.MODIFY.SHIFT
- and the global variableCTRL
doesn't exist.