Skip to content

Commit

Permalink
setup for Advanced Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
WoosterInitiative committed Jan 8, 2019
1 parent 5df21a6 commit dff19bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*.exe
*.msi
*.aip
4 changes: 3 additions & 1 deletion 3CX.ahk
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
^!\:: ; ctrl+alt+\ switches to 3CX and readies it for number entry (if on number page)
^!\:: ; ctrl+alt+\ switches to 3CX and readies it for number entry (if on number page)
#SingleInstance, force

if WinExist("ahk_exe 3CXWin8Phone.exe")
{
winid := WinExist("ahk_exe 3CXWin8Phone.exe")
Expand Down

0 comments on commit dff19bd

Please sign in to comment.