Updated comment to have the correct text being sent in the following command.
This commit is contained in:
parent
347b09d8e4
commit
d0caeac744
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue