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 "with-killswitch" command #37

Open emiln opened 8 years ago

emiln commented 8 years ago

The idea is that you can write a script like

(with-killswitch "shift ESCAPE"
  ...)

which puts the choice of the killswitch key (combination) into the hands of the user.