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)