Remove Windows terminal tab change mappings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user