Remove Windows terminal tab change mappings
This commit is contained in:
parent
47fee4c280
commit
51f3d28183
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user