Update KeyPresser.ps1

This commit is contained in:
DeveloperDurp
2021-06-21 07:25:11 -05:00
committed by GitHub
parent 99e98e68b0
commit 04a3817ca6

View File

@@ -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)
[Windows.Forms.Application]::Run($form)