Mise à jour : ce n'est pas une bonne réponse, elle comporte des inconvénients significatifs.
--
C'est possible, mais la solution n'est pas parfaite.
Créez un nouveau service pour Safari en utilisant Automator en utilisant le AppleScript suivant (la dernière ligne est facultative - c'est la touche Suppr)
tell application "Safari" to tell window 1 to set current tab to (make new tab with properties {URL:"data:text/html;base64,PGJvZHkgYmdjb2xvcj1ibGFjaz4K"})
delay 0.3
tell application "System Events" to tell process "Safari" to keystroke "l" using command down
tell application "System Events" to tell process "Safari" to keystroke (caractère ASCII 8)
return input
Donnez-lui un nom, attribuez T dans les préférences. Le gros inconvénient est qu'il est plutôt lent (~1 seconde avant de pouvoir commencer à taper). Je blâme Automator. Peut-être qu'un service binaire faisant la même chose fonctionnera mieux. Deuxième problème - il clignote en blanc pendant un court moment. Définir la page d'accueil comme une page noire statique clignote également en blanc.