1
0
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:
Cristian Maglie
2014-10-01 13:28:30 +02:00

View File

@ -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');