A simple Keystroke API written in C# that works for any version of Windows. It may be used to achieve a lot of purposes like create keyloggers, perform tasks through shortcuts, etc.
A hotkey manager that uses a low-level keyboard hook in a way that avoids invading the user's privacy, by invoking callbacks only when specific registered keys are hit.
Yato.LowLevelInput offers a safe implementation of the windows hooking api.
You can easily monitor mouse and keyboard events and register callbacks for specific keys.