diff --git a/macOS.ahk b/macOS.ahk index b767a3c..4d95ed4 100644 --- a/macOS.ahk +++ b/macOS.ahk @@ -45,14 +45,14 @@ return ; -------------------------------- Navigation -------------------------------- $![:: ; back -if WinActive("Firefox") +if WinActive("Firefox") || WinActive("Personal") send !{Left} else send ![ return $!]:: ; forward -if WinActive("Firefox") +if WinActive("Firefox") || WinActive("Personal") send !{Right} else send !]