In this video I showed you an autotyper for MonkeyType. It achieved as high as 935 words per minute for a 10-word test, relative to my ~100 words per minute pace for the same test.
Typing.com 444 WPM video: • 400 WPM Typing | typing.com
Typing the Gettysburg Address at 755 WPM: • Typing the Gettysburg Address at 755 WPM o...
Twitter: / digiwind_yt
Discord: / discord
MonkeyType: https://monkeytype.com
Chapters:
0:00-0:02 Intro
0:02-0:43 Differences from Typing.com
0:43-0:54 Brief Instructions
0:54-02:25 Testing the Script
02:25-02:36 Comparison: Computer vs Me
02:36-02:42 Outro
Code with Apple Script Editor (built-in to every Mac):
tell application "System Events"
delay 2
keystroke "" --put whatever you want to autotype in the quotation marks
end tell