Skip to content

Commit

Permalink
Add FAQ section.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Nov 3, 2015
1 parent eeb7633 commit ee0fe6d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This is a work in progress so the exported functions could change at any time be
- [Building](#building)
- [Plans](#plans)
- [Progress](#progress)
- [FAQ](#faq)
- [Blog](#blog)
- [License](#license)

Expand Down Expand Up @@ -134,6 +135,20 @@ node-gyp build
| Keyboard | 100% | All planned features implemented. |
| Screen | 10% | Screenshot, image search. |

## FAQ

#### Does RobotJS support global hotkeys?

Not currently, and I don't know if it ever will. I personally use [Electron](http://electron.atom.io/)/[NW.js](http://nwjs.io/) for global hotkeys, and this works well. Later on I might add hotkey support or create a separate module. See [#55](https://github.com/octalmage/robotjs/issues/55) for details.

#### Can I take a screenshot with RobotJS?

Soon! This is a bit more complicated than the rest of the features, so I saved it for last. Luckily the code is already there, I just need to write the bindings, and I've already started. Subscribe to [#13](https://github.com/octalmage/robotjs/issues/13) for updates.

#### Why is <insert key> missing from the keyboard functions?

We've been implementing keys as we need them. Feel free to create an issue and we'll see what we can do!

## <a href="http://robotjavascript.tumblr.com/">Blog</a>

For the latest RobotJS news, check out the [blog](http://robotjavascript.tumblr.com)!
Expand Down

0 comments on commit ee0fe6d

Please sign in to comment.