Skip to content

Commit

Permalink
Still not running.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmamaladze committed Apr 13, 2023
1 parent eeda31c commit 662b251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TestNet48Windows/SingleKeyPressTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public void TestAllRegularKeystrokes()
handle.Set();
// Send the keystroke using SendKeys.SendWait
SendKeys.SendWait("{" + key + "}");
Application.DoEvents();
handle.WaitOne(100);
}
var actual = buffer;
Expand Down

0 comments on commit 662b251

Please sign in to comment.