Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kfirprods committed Dec 22, 2018
1 parent 8e0bbac commit 9610866
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
@@ -1,8 +1,12 @@
# NonInvasiveKeyboardHook
A C# hotkey manager that uses a low level global hook, but allows registering for specific keys to reduce invasion of user privacy.

### Get it on NuGet
https://www.nuget.org/packages/NonInvasiveKeyboardHookLibrary/

Example:


### Example
```csharp
var keyboardHookManager = new KeyboardHookManager();
keyboardHookManager.Start();
Expand Down

0 comments on commit 9610866

Please sign in to comment.