Deixe-me saber se é isso que você quer?
[ - > { e { - > ]
#SingleInstance Force
#installKeybdHook
#Persistent
; Prefix the hotkeys with $ to prevent one hotkey from launching the other hotkey in a loop!
; + is the shift key, so +[ is {
;==== Switch [ AND { ====
$[::Send, {{}
$+[::Send, {[}
;====Switch ] AND } ====
$]::Send, {}}
$+]::Send, {]}
;====Switch , AND < ====
$,::Send, <
$+,::Send, {,}
;====Switch . AND > ====
$.::Send, >
$+.::Send, .