-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |