Remove Windows terminal tab change mappings
This commit is contained in:
parent
47fee4c280
commit
51f3d28183
@ -160,8 +160,6 @@ return
|
|||||||
$!+[:: ; go one tab left
|
$!+[:: ; go one tab left
|
||||||
if WinActive("ahk_group Browser")
|
if WinActive("ahk_group Browser")
|
||||||
send ^{PgUp}
|
send ^{PgUp}
|
||||||
else if WinActive("ahk_exe WindowsTerminal.exe")
|
|
||||||
send ^+{Tab}
|
|
||||||
else
|
else
|
||||||
send !+[
|
send !+[
|
||||||
return
|
return
|
||||||
@ -169,8 +167,6 @@ return
|
|||||||
$!+]:: ; go one tab right
|
$!+]:: ; go one tab right
|
||||||
if WinActive("ahk_group Browser")
|
if WinActive("ahk_group Browser")
|
||||||
send ^{PgDn}
|
send ^{PgDn}
|
||||||
else if WinActive("ahk_exe WindowsTerminal.exe")
|
|
||||||
send ^{Tab}
|
|
||||||
else
|
else
|
||||||
send !+]
|
send !+]
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user