From 8c18eba3f8eeae8def76a85075377ac98f9167f5 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 9 Sep 2022 23:08:48 +0100 Subject: [PATCH] Include Edge and Chrome in browser group --- macOS.ahk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macOS.ahk b/macOS.ahk index 43b3680..ce680da 100644 --- a/macOS.ahk +++ b/macOS.ahk @@ -5,6 +5,8 @@ SetWorkingDir %A_ScriptDir% SetTitleMatchMode 2 GroupAdd, Browser, Firefox +GroupAdd, Browser, Edge +GroupAdd, Browser, Chrome GroupAdd, WebCatalog, Personal GroupAdd, WebCatalog, Apple