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

Ability to scroll #27

Closed emiln closed 8 years ago

emiln commented 8 years ago

It should be possible to call

[:scroll-up 5]

to scroll five "ticks" up, and similar for :scroll-down. I think it'd be nice to have a no-argument default of 1 so you don't have to supply a 1 all the time, which I imagine to be the typical usage.

emiln commented 8 years ago

This was solved with #28.