Compare commits
1 Commits
c2aea05000
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 772d58b55e |
@@ -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