[C#] GlobalKeyboardEvents

This is a class that is able to handle multiple events that can be triggered with different keyboard key combination How to use -> Create an instance of the class in your main project -> Use method AddEvent to assign an event to a specific keystroke public void AddEvent(string name, Keys[] keyStroke, object instance, string method, object[] …

[C#] GlobalKeyboardEvents Read More »