Interceptor icon indicating copy to clipboard operation
Interceptor copied to clipboard

C# wrapper for a Windows keyboard driver. Can simulate keystrokes and mouse clicks in protected areas like the Windows logon screen (and yes, even in games). Wrapping http://oblita.com/Interception

Results 21 Interceptor issues
Sort by recently updated
recently updated
newest added

I can't send any arrow buttons into somewhere? How can fix that issue? `_interceptionContext.SendKey(Keys.Down); await Task.Delay(100);`