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

[#27] Ability to scroll. #28

Closed emiln closed 8 years ago

emiln commented 8 years ago

This introduces [:scroll-down] and [:scroll-up]. Both take an integer representing the number of "ticks" to scrolls with the wheel, but will default to 1 if no argument is supplied.