Author Topic: Send multiple keystrokes?  (Read 3223 times)

joepvand

  • Newbie
  • *
  • Posts: 1
Send multiple keystrokes?
« 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?