InputSimulatorPlus
InputSimulatorPlus copied to clipboard
Windows Input Simulator Plus
The ALT, LALT and RALT all seem to generate a Right-ALT key press. Is this a bug? How do I get Left ALT to work?
We use InputSimulatorPlus in [OptiKey](https://github.com/OptiKey/OptiKey/), and we'd like the fix for LMENU that's in af96f2a453d48f632a5c98153a6aa87fb1a26012. Is there likely to be an official release to nuget or do we need to...
When I click the search it will paste this: Anguish Pit, Grotto Map (T16) But it needs to be this to find the map: Anguish Pit Grotto Map The comma...
public void pressTab() { sim.SimulateKeyPress(VirtualKeyCode.TAB); } //simulate key press is giving the error "InputSimulator does not contain a definition for SimulateKeyPress", I'm not sure what it is, /i'm using WindowsInput.native...
Hello! I seem to be having some issues with the `Mouse.MoveMouseBy` method. The method seems to move the mouse cursor by about three times the values passed to the `deltaX`...
I recently discovered that specifying VirtualKeyCode.MENU as one of the modifier key codes for ModifiedKeyStroke() does not work when the French keyboard is selected as the Windows 10 input method....
ImputSimulator.Keyboard.TextEntry("") causes and exception. Empty text should simply be ignored instead of causing an exception.
Hello, It's seems that LWIN et RWIN are not working. I tried : - KeyPress; - KeyDown; - KeyUp; - ModifiedKeyStroke and LWIN or RWIN are never sent. Is there...