Skip to content

Commit

Permalink
Close ACDSee with F4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Jun 9, 2020
1 parent 5a0200d commit 8f3eb1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WinTitles.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
static Skype := "ahk_exe Skype.exe"
static TeamViewerSponsoredSession := "Sponsored session ahk_exe TeamViewer.exe"
static TeamViewer := "TeamViewer ahk_exe TeamViewer.exe"

static ACDSee := "ahk_exe ACDSeeQVPro11.exe"



Expand Down
3 changes: 2 additions & 1 deletion app_handling.ahk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Include WinTitles.ahk
#Include WinTitles.ahk



Expand Down Expand Up @@ -232,6 +232,7 @@ hideTeamviewerSponsoredsession() {
|| WinActive(WinTitles.CorsairCUE)
|| WinActive(WinTitles.Skype)
|| WinActive(WinTitles.BattleNet)
|| WinActive(WinTitles.ACDSee)
F4:: SendInput !{F4}
#If

Expand Down

0 comments on commit 8f3eb1e

Please sign in to comment.