Skip to content

Commit

Permalink
Update Paste.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohdmire committed Dec 12, 2022
1 parent 60ca502 commit b977607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Paste.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

def paste():
time.sleep(0.2)
#按下后间隔1s
#按下后间隔0.2s
i=pyperclip.paste()
keyboard = Controller()
keyboard.type(i)
Expand Down

0 comments on commit b977607

Please sign in to comment.