Digistump Forums
The Digispark => Digispark (Original) Support => Topic started by: joepvand on December 14, 2016, 10:43:46 am
-
i want to run a program as admin (Alt + shift + enter)
This is my code:
DigiKeyboard.sendKeyStroke(MOD_CONTROL_LEFT, MOD_SHIFT_LEFT | KEY_ENTER);
This does not work tho, what is the correct syntax?