Merge pull request #536 from RedBearAK/patch-30

Add Cmd+Opt+Left/Right and Cmd+Shift+Braces for browser tab navigation
This commit is contained in:
Ben Reaves
2021-09-07 23:11:38 -05:00
committed by GitHub
2 changed files with 22 additions and 4 deletions

View File

@@ -538,6 +538,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}