Dukweeno / Duckuino

Simple DuckyScript to Arduino C converter.
https://dukweeno.github.io/Duckuino/
MIT License
353 stars 117 forks source link

CTRL-SHIFT #71

Closed bdstr closed 6 years ago

bdstr commented 6 years ago

Short introduction to your problem.

Input code:

CTRL-SHIFT ENTER

Output code:

none

Error:

⚠ - Error: Unknown command or key 'CTRL-SHIFT' at line: 7.
lowlevl commented 6 years ago

Hi @bdstr, CTRL-SHIFT is an invalid keyword, try CTRL SHIFT instead. Tell me if it resolved it !

bdstr commented 6 years ago

Yes, of course it worked now! The problem is with payloads from the list linked on the Duckuino live page. Thanks for helping!