I have problem with buttons when coding teensy 2.0++.
Could you hint me how to press two buttons <Alt>+<Shift>
simultaneously?
Exactly saying my problem is: this code
uint8_t key, modifier=0;
void setup()
{
delay(15000);
Keyboard.begin();
// switch_on_lat();
run("cmd")...