Update KeyPresser.ps1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user