Skip to content

Commit

Permalink
Fixed heading syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Jan 30, 2015
1 parent f217e9a commit d2102c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ node-gyp is only configured for Mac, but this project will support Windows and L

[![Ready](https://badge.waffle.io/octalmage/robotjs.svg?label=ready&title=Ready)](http://waffle.io/octalmage/robotjs)

##Installing
## Installing

```
npm install robotjs
```

##Examples
## Examples
Get the mouse location and move it.

```JavaScript
Expand All @@ -34,7 +34,7 @@ robot.moveMouse(mouse.x,mouse.y+100);
robot.mouseClick();
```

##Building
## Building

RobotJS uses [node-gyp](https://github.com/TooTallNate/node-gyp) for building.

Expand All @@ -51,15 +51,15 @@ node-gyp configure
node-gyp build
```

##Plans
## Plans

* Control the mouse by changing the mouse position, left/right clicking, and dragging.
* Control the keyboard by pressing keys, holding keys down, and typing words.
* Read pixel color from the screen and capture the screen.
* Find image on screen, read pixels from image.
* Possibly include window management?

##Progress
## Progress

| Module | Status | Notes |
| ------------- |-------------: | ------- |
Expand All @@ -68,7 +68,7 @@ node-gyp build
| Screen | 5% | Screenshot, read pixel color, image search. |
| Window | 1% | Manipulate external windows. |

##Story
## Story

I'm a huge fan of [AutoHotkey](http://www.autohotkey.com/), and I've used it for a very long time. AutoHotkey is great for automation and it can do a bunch of things that are very diffucult in other languages. For example, it's [imagesearch](https://www.autohotkey.com/docs/commands/ImageSearch.htm) and [pixel](https://www.autohotkey.com/docs/commands/PixelGetColor.htm) related functions are hard to reproduce on Mac, espscially in scripting languages. These functions are great for automating apps that can't be automated like [Netflix](http://blueshirtdesign.com/apps/autoflix/). This has never been a big deal since I've always used Windows at work, but for the past few years I've been using Mac exclusively.

Expand Down

0 comments on commit d2102c8

Please sign in to comment.