From 5c25cd15cb362401bda4d2bd96e28d1480941250 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Tue, 7 Sep 2021 23:10:42 -0500 Subject: [PATCH] Updated browser tab switching for Windows parity --- windows/kinto.ahk | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index 15be468..fda2447 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -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 \ No newline at end of file +return