digistump / DigistumpArduino

Files to add Digistump support (Digispark, Pro, DigiX) to Arduino 1.6.X (1.6.5+)
932 stars 377 forks source link

MOD_GUI_LEFT opening Office 365 #148

Open LordMalvo opened 2 years ago

LordMalvo commented 2 years ago

I am having an issue while trying to open windows menu (Win Key). That's my code: void setup() { DigiKeyboard.update(); DigiKeyboard.sendKeyStroke(0,MOD_GUI_LEFT); DigiKeyboard.delay(100); } I looked up in many pages and that works for most of the people, but I tried this code in two different computers and it always do the same, It opens the Office 365 app. I don't know why but it is supposed to open Windows menu. MOD_GUI_LEFT is set to 227.