Skip to content

Commit 757fd5a

Browse files
authored
Now bound to the "Calc" media key
No need to use 3rd party script launcher
1 parent 6033a62 commit 757fd5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Launch Calculator.ahk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
; Lorin's single instance Calculator launcher
22
; Replaces default calculator key functionality on keyboard
3+
Launch_App2::
34
IfWinNotExist Calculator
45
{
56
Run calc.exe
@@ -8,3 +9,4 @@ IfWinNotExist Calculator
89
WinActivate Calculator
910
}
1011
Else WinActivate Calculator
12+
return

0 commit comments

Comments
 (0)