mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Merge pull request #2329 from Unh0lyTigg/patch-1
Fix typo in KeyboardLogout.ino
This commit is contained in:
@ -65,7 +65,7 @@ void loop() {
|
||||
Keyboard.press(KEY_DELETE);
|
||||
delay(100);
|
||||
Keyboard.releaseAll();
|
||||
//ALT-s:
|
||||
//ALT-l:
|
||||
delay(2000);
|
||||
Keyboard.press(KEY_LEFT_ALT);
|
||||
Keyboard.press('l');
|
||||
|
Reference in New Issue
Block a user