No Automator você pode criar um serviço. Escolha no input
em Safari
.
Em seguida, adicione a etapa Run applescript
e cole este script:
tell application "Safari"
repeat with theWindow in (every window whose URL of tab 1 starts with "http")
tell theWindow to do JavaScript "window.location.reload(true)" in current tab
end repeat
end tell
Salve o serviço. Agora você pode atribuir um atalho de teclado em Preferências do Sistema ... Teclado ... Atalhos de Teclado ... Serviços ... Geral.
Mas você também pode salvar o script como aplicativo no Editor de Applescript, arrastá-lo no encaixe e apenas clicar nele.