-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
Hi, this is my code. When I try SendKey it right clicks.
Input input = new Input();
input.KeyboardFilterMode = KeyboardFilterMode.All;
input.MouseFilterMode = MouseFilterMode.All;
input.Load();
Thread.Sleep(2000);
input.SendLeftClick();
Thread.Sleep(2000);
input.KeyPressDelay = 10;
input.SendKey(Interceptor.Keys.C, KeyState.Down);
Thread.Sleep(100);
input.SendKey(Interceptor.Keys.C, KeyState.Up);
input.SendKeys(Interceptor.Keys.A);
input.Unload();
Metadata
Metadata
Assignees
Labels
No labels