emiln / cljck

An OS-agnostic Clojure library for automating keyboard and mouse actions.
GNU General Public License v3.0
5 stars 0 forks source link

Send key presses #18

Closed emiln closed 9 years ago

emiln commented 9 years ago

This introduces the ability to simulate pressing keys with optional modifiers. I've opted to use the format from AWTKeyStroke for the strings.

This closes #15.

emiln commented 9 years ago

The key press seems to work well, and while the refactoring isn't fully what I intended it's a definite step in the right direction.