Updated browser tab switching for Windows parity

This commit is contained in:
Ben Reaves
2021-09-07 23:10:42 -05:00
committed by GitHub
parent 45ad4f3f68
commit 5c25cd15cb

View File

@@ -536,6 +536,13 @@ GroupAdd, intellij, ahk_exe idea64.exe
; Close all browsers
#IfWinActive ahk_group browsers
;Tab Navigation
^+[::send ^{PgUp}
^+]::send ^{PgDn}
^!Left::send ^{PgUp}
^!Right::send ^{PgDn}
#Left::send ^{PgUp}
#Right::send ^{PgDn}
^q::send {Alt Down}f{Alt Up}x ; exit all windows
; Dev Tools
!^i::send {Ctrl Down}{Shift Down}i{Shift Up}{Ctrl Up}
@@ -833,4 +840,4 @@ Send {RWin up}
Send {LWin up}
Send {RShift up}
Send {LShift up}
return
return