Digistump Forums
Back to Digistump.com
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Digistump Forums
»
The Digispark
»
Digispark (Original) Support
»
Send multiple keystrokes?
« previous
next »
Print
Pages: [
1
]
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?
Logged
Print
Pages: [
1
]
« previous
next »
Digistump Forums
»
The Digispark
»
Digispark (Original) Support
»
Send multiple keystrokes?