^a::SendInput {AppsKey} ; Ctrl+A to activate the right-click menu
Se você precisar selecionar um determinado item no menu, poderá enviar as teclas de seta e digitar normalmente ou a tecla de atalho do item
^a:: ; Ctrl+A
SendInput {AppsKey} ; Activate the right-click menu
SendInput {Down 2} ; Go down to the second item
SendInput {Enter}
return