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