Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 555 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 555 Bytes

Clickey

Listen to your keystrokes.

This application produces small wav sounds on every keystroke just like an iPhone keyboard.

How to run

For Mac OS, I have already included Clickey.app in /Bundled Applications.

Note

Will require system permissions when you'll run it for the first time.

Using Command Line : (Assuming you have java installed)

git clone https://github.com/piyush0/Clickey

cd Clickey/"Bundled Applications"

java -jar Clickey.jar

Dependencies

jnativehook by kwhat