Commit 727313b 1 parent 4b28b99 commit 727313b Copy full SHA for 727313b
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ I [plan on](https://github.com/octalmage/robotjs/issues/64) using node-pre-gyp t
48
48
49
49
## Examples
50
50
51
- ##### Mouse
51
+ ##### [ Mouse] ( https://github.com/octalmage/robotjs/wiki/Syntax#mouse )
52
52
53
53
![ ] ( https://cloudup.com/cw5JY2cusx3+ )
54
54
@@ -71,7 +71,7 @@ for (var x = 0; x < width; x++)
71
71
}
72
72
```
73
73
74
- ##### Keyboard
74
+ ##### [ Keyboard] ( https://github.com/octalmage/robotjs/wiki/Syntax#keyboard )
75
75
76
76
``` JavaScript
77
77
// Type "Hello World" then press enter.
@@ -84,7 +84,7 @@ robot.typeString("Hello World");
84
84
robot .keyTap (" enter" );
85
85
```
86
86
87
- ##### Screen
87
+ ##### [ Screen] ( https://github.com/octalmage/robotjs/wiki/Syntax#screen )
88
88
89
89
``` JavaScript
90
90
// Get pixel color under the mouse.
You can’t perform that action at this time.
0 commit comments