Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaanemaa authored Mar 19, 2017
1 parent f9b4dcd commit 7459def
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Clicky
This is a simple keyboard macro application writen in C#. The project came to be when I needed such application and decided to write my own so I can also learn some C# along the way.

It allows setting a hotkey to toggle the macro on and off. This is done via the GetAsyncKeyState method from user32.dll. It might raise an alarm in some antiviruses since this same method can be used to write keyloggers. If you would like to use the application but are worried about this then just read the source and compile it yourself if you find it to be OK.

0 comments on commit 7459def

Please sign in to comment.