Aqui está o código de trabalho que eu uso e alguns outros. Por favor, sinta-se à vontade para mudar o atalho F para se adaptar aos seus hábitos:
#IfWinActive, ahk_class Framework::CFrame
F12::
;Insert Math equation
Send, {LAlt Down}{=}{LAlt Up}
return
F1::
;Insert boxed table
Send, !nt{Right}{Enter}{Right}
return
F2::
;Make table borderless
Send, !jh
return
F3::
;Bring up Table Layout tab
Send, !j
return
F4::
;Bringup Math menu
Send, !j
return
#IfWinActive