Updated comment to have the correct text being sent in the following command.

This commit is contained in:
mc-mc 2022-01-12 13:55:26 +00:00 committed by GitHub
parent 347b09d8e4
commit d0caeac744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ layout = KeyboardLayoutUS(kbd)
while True:
if cpx.button_a:
# Type 'abc' followed by Enter (a newline).
# Type 'Jane Doe' followed by Enter (a newline).
layout.write('Jane Doe\n')
while cpx.button_a:
pass