You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: