We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 615b99b + 1b84cef commit 22910f1Copy full SHA for 22910f1
examples/09.USB/Keyboard/KeyboardLogout/KeyboardLogout.ino
@@ -65,7 +65,7 @@ void loop() {
65
Keyboard.press(KEY_DELETE);
66
delay(100);
67
Keyboard.releaseAll();
68
- //ALT-s:
+ //ALT-l:
69
delay(2000);
70
Keyboard.press(KEY_LEFT_ALT);
71
Keyboard.press('l');
0 commit comments