From 994ea47f5b193d0c3c4e596e85a52a4e11cddbc5 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 26 Apr 2022 21:08:57 +0100 Subject: [PATCH] Add "Personal" app to list of key bindings --- macOS.ahk | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/macOS.ahk b/macOS.ahk index cea5aa3..b767a3c 100644 --- a/macOS.ahk +++ b/macOS.ahk @@ -36,7 +36,7 @@ send ^a return $!r:: ; reload -if WinActive("Firefox") || WinActive("Ferdi") +if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal") send ^r else send !r @@ -205,63 +205,63 @@ else return $!1:: ; select tab 1 -if WinActive("Firefox") || WinActive("Ferdi") +if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal") send ^1 else send !1 return $!2:: ; select tab 2 -if WinActive("Firefox") || WinActive("Ferdi") +if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal") send ^2 else send !2 return $!3:: ; select tab 3 -if WinActive("Firefox") || WinActive("Ferdi") +if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal") send ^3 else send !3 return $!4:: ; select tab 4 -if WinActive("Firefox") || WinActive("Ferdi") +if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal") send ^4 else send !4 return $!5:: ; select tab 5 -if WinActive("Firefox") || WinActive("Ferdi") +if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal") send ^5 else send !5 return $!6:: ; select tab 6 -if WinActive("Firefox") || WinActive("Ferdi") +if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal") send ^6 else send !6 return $!7:: ; select tab 7 -if WinActive("Firefox") || WinActive("Ferdi") +if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal") send ^7 else send !7 return $!8:: ; select tab 8 -if WinActive("Firefox") || WinActive("Ferdi") +if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal") send ^8 else send !8 return $!9:: ; select tab 9 -if WinActive("Firefox") || WinActive("Ferdi") +if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal") send ^9 else send !9