diff --git a/macOS.ahk b/macOS.ahk index 820deb7..43b3680 100644 --- a/macOS.ahk +++ b/macOS.ahk @@ -160,8 +160,6 @@ return $!+[:: ; go one tab left if WinActive("ahk_group Browser") send ^{PgUp} -else if WinActive("ahk_exe WindowsTerminal.exe") - send ^+{Tab} else send !+[ return @@ -169,8 +167,6 @@ return $!+]:: ; go one tab right if WinActive("ahk_group Browser") send ^{PgDn} -else if WinActive("ahk_exe WindowsTerminal.exe") - send ^{Tab} else send !+] return