diff --git a/macOS.ahk b/macOS.ahk index 8f64a85..fa550a7 100644 --- a/macOS.ahk +++ b/macOS.ahk @@ -181,6 +181,8 @@ return $!+[:: ; go one tab left if WinActive("ahk_group Browser") || WinActive("ahk_exe wezterm-gui.exe") send ^{PgUp} +else if WinActive("ahk_exe explorer.exe") + send ^+{Tab} else send !+[ return @@ -188,6 +190,8 @@ return $!+]:: ; go one tab right if WinActive("ahk_group Browser") || WinActive("ahk_exe wezterm-gui.exe") send ^{PgDn} +else if WinActive("ahk_exe explorer.exe") + send ^{Tab} else send !+] return