mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-03 01:26:40 +02:00
Updated browser tab switching for Windows parity
This commit is contained in:
@@ -536,6 +536,13 @@ GroupAdd, intellij, ahk_exe idea64.exe
|
|||||||
|
|
||||||
; Close all browsers
|
; Close all browsers
|
||||||
#IfWinActive ahk_group 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
|
^q::send {Alt Down}f{Alt Up}x ; exit all windows
|
||||||
; Dev Tools
|
; Dev Tools
|
||||||
!^i::send {Ctrl Down}{Shift Down}i{Shift Up}{Ctrl Up}
|
!^i::send {Ctrl Down}{Shift Down}i{Shift Up}{Ctrl Up}
|
||||||
|
Reference in New Issue
Block a user