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 6033a62 commit 757fd5aCopy full SHA for 757fd5a
Launch Calculator.ahk
@@ -1,5 +1,6 @@
1
; Lorin's single instance Calculator launcher
2
; Replaces default calculator key functionality on keyboard
3
+Launch_App2::
4
IfWinNotExist Calculator
5
{
6
Run calc.exe
@@ -8,3 +9,4 @@ IfWinNotExist Calculator
8
9
WinActivate Calculator
10
}
11
Else WinActivate Calculator
12
+return
0 commit comments