add delay between keystrokes for wtype
This commit is contained in:
@@ -11,7 +11,7 @@ public class WtypeInput : ITextInput
|
||||
StartInfo = new ProcessStartInfo
|
||||
{
|
||||
FileName = "wtype",
|
||||
Arguments = $"\"{text}\"",
|
||||
Arguments = $"-d 5 \"{text}\"",
|
||||
UseShellExecute = false,
|
||||
CreateNoWindow = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user