Dukweeno / Duckuino

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

GUI r doesn't open GUI r #93

Closed ghost closed 5 years ago

ghost commented 5 years ago

I. Describe your environment

II. Describe your problem

How to reproduce the bug Steps to reproduce the behavior:

  1. Get an Arduino Pro Micro
  2. Type "GUI r" in duckuino
  3. Keyboard.press("r"); (It is supposed to output Keyboard.press('r'); )

Observed behavior When trying to avhieve GUI r the program outputs the "wrong apostrophe" making the key not push.

Expected behavior GUI r presses GUI + R

lowlevl commented 5 years ago

Hello @MBR07, this is fixed in the new version, I'm still working on it ! But you can switch to branch v2.1 and use it !

lowlevl commented 5 years ago

Update: I merged v2.1 into master, you could just use the live version now !

ghost commented 5 years ago

Merci!