From 51f3d28183f7026f5edfa4e862d18545a1728d34 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 4 May 2022 19:19:47 +0100 Subject: [PATCH] Remove Windows terminal tab change mappings --- macOS.ahk | 4 ---- 1 file changed, 4 deletions(-) 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