Digistump Forums

The Digispark => Digispark (Original) Support => Topic started by: joepvand on December 14, 2016, 10:43:46 am

Title: Send multiple keystrokes?
Post 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:
Code: [Select]
  DigiKeyboard.sendKeyStroke(MOD_CONTROL_LEFT, MOD_SHIFT_LEFT | KEY_ENTER);
This does not work tho, what is the correct syntax?