From 04a3817ca62ec1ff2363c8ab8072ef79828db1e4 Mon Sep 17 00:00:00 2001 From: DeveloperDurp <74198206+DeveloperDurp@users.noreply.github.com> Date: Mon, 21 Jun 2021 07:25:11 -0500 Subject: [PATCH] Update KeyPresser.ps1 --- KeyPresser.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KeyPresser.ps1 b/KeyPresser.ps1 index 94d023b..22cb634 100644 --- a/KeyPresser.ps1 +++ b/KeyPresser.ps1 @@ -52,7 +52,7 @@ Foreach ($key in $keys){ if ($sync["x"] -eq 1 -and $Process -eq "sro_client"){ - #Start-Sleep -Milliseconds 50 + Start-Sleep -Milliseconds 150 [System.Windows.Forms.SendKeys]::SendWait("{$key}") } } @@ -113,4 +113,4 @@ #endregion Form -[Windows.Forms.Application]::Run($form) \ No newline at end of file +[Windows.Forms.Application]::Run($form)