Skip to content

Commit

Permalink
Updated keyTap example.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Feb 6, 2015
1 parent 1895133 commit 7d056e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Type "Hello World".
```JavaScript
var robot = require("robotjs");

//Type "Hello Worl".
robot.typeString("Hello Worl");
//Type "Hello World".
robot.typeString("Hello World");

//Type "d".
robot.keyTap("d");
//Press enter.
robot.keyTap("enter");
```
Get pixel color under the mouse.

Expand Down

0 comments on commit 7d056e8

Please sign in to comment.