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

[#9] Global keybinding for killing bot #17

Closed emiln closed 9 years ago

emiln commented 9 years ago

The bot will now immediately exit the application if you press Escape, making it actually possible to kill it if your script goes on a rampage.

This closes #9.

emiln commented 9 years ago

I think too much is being lumped into the io namespace, and it should be refactored into more granular namespaces Soon™.