ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Robo​Type

by unclecheese ST3

Automatically emulate typing text from your clipboard

Details

Installs

  • Total 676
  • Win 462
  • Mac 138
  • Linux 76
Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

RoboType for Sublime Text 3

Emulate a human typing the content on your cliboard.

Why?!

If you make screencasts, you'll understand.

Configuration

You can control the speed of the typing, the likelihood of typos, and the responsiveness of the typist to typos. Typing speed is variable, so it is controlled by low and high thresholds.

  • robotype_keystroke_interval_low: The fastest possible keystroke, in milliseconds. (Default is 10)
  • robotype_keystroke_interval_high: The slowest possible keystroke, in millisecoinds. (Default is 100)
  • robotype_keystroke_accuracy: A higher value results in more accurate typing. Perfect typing is 1. (Default is 30)
  • robotype_typo_reaction: The latency in response to a typo. The higher the number, the longer it will take for the typist to discover the typo. A value of 1 will result in immediate discovery (i.e. the subsequent keystroke)