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

Add `holding` command #38

Closed emiln closed 8 years ago

emiln commented 8 years ago

This command simulates holding down a key (with potential modifier keys), performing arbitrary other commands, and then releasing the key. It's particularly useful for holding a key while performing mouse commands.

Closes #35.