From 83628bebe7fbf14567a1ca75591c7ebdf410347f Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 26 Apr 2022 21:46:00 +0100 Subject: [PATCH] Add forward/back to "Personal" --- macOS.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 !]