We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f265d5 commit 01dacc5Copy full SHA for 01dacc5
windows/ui interaction with powershell.ps1
@@ -0,0 +1,13 @@
1
+# Focus Assist Off
2
+Add-Type -AssemblyName System.Windows.Forms
3
+[System.Windows.Forms.SendKeys]::SendWait("(^{ESC})")
4
+Start-Sleep -Milliseconds 500
5
+[System.Windows.Forms.SendKeys]::SendWait("(Focus Assist)")
6
+Start-Sleep -Milliseconds 200
7
+[System.Windows.Forms.SendKeys]::SendWait("{ENTER}")
8
+Start-Sleep -Milliseconds 700
9
+[System.Windows.Forms.SendKeys]::SendWait("{TAB}{TAB} ")
10
11
12
13
+[System.Windows.Forms.SendKeys]::SendWait("(%{F4})")
0 commit comments