inputsimulator
inputsimulator copied to clipboard
Windows Input Simulator (C# SendInput Wrapper - Simulate Keyboard and Mouse)
Left-Alt should not be Extended.
InputSimulator.SimulateTextEntry("HELLO!"); this function is mentioned in the readme but I can't seem to find it in the source at all. Am I missing some parts? (I'm not a dev-ver)
It appears the [NuGet package](https://www.nuget.org/packages/InputSimulator/) has not been updated in a long time. The README still provides installation instructions despite the package being out of date. This means the NuGet...
Hi @michaelnoonan, I noticed that the community is interested in expanding on this work to fix bugs. Would you be willing to do one of the following? 1. Provide a...
When i use this library in wpf, virtual keycode enum and wpf key enum is used different value. I think this guide is helping to other people.
I was trying to use this with ZSNES and it wasn't working. I noticed after playing around with Spy++ that it only worked if you send the scanCode my fix...
The fix for scanCodes has been merged into InputSimulator proper. However the library is still missing the fix for LMENU: https://github.com/TChatzigiannakis/InputSimulatorPlus/commit/af96f2a453d48f632a5c98153a6aa87fb1a26012#diff-c34b397b4ff036cabac67ed0324649ea
using the TextEntry method, the newlines work fine on notepad but don't work if the target is a System.Windows.Forms.RichTextBox sim.Keyboard.TextEntry("foo\nbar") ; sim.Keyboard.TextEntry("foo\r\nbar") ;
I can't get this function to work, it always seem to move the mouse to the upper left of the screen and a bit to the right, can someone replicate...
I've run the portability tool and it looks like this project should be able to port straight over to NetStandard2.0 Not a major effort, and it would allow it to...