mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Merge pull request #2329 from Unh0lyTigg/patch-1
Fix typo in KeyboardLogout.ino
This commit is contained in:
commit
ad0bedcbe3
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user