michaelgorman

Results 2 issues of michaelgorman

## Read and complete the full issue template Do not randomly delete sections. They are here for a reason. **Do you want to request a *feature* or report a *bug*?**...

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") ;