방금 Automator를 통해 "New Finder Window Home"이라는 제목으로 키보드 단축키를 작성하는 스크립트를 작성했습니다.
on run {input, parameters}
tell application "Finder"
activate
make new Finder window to home
end tell
return input
end run
Automator에서 스크립트를 실행하면 Finder가 홈 탭을 엽니 다. 그런 다음 시스템 환경 설정> 키보드> 키보드 단축키> 서비스에서 "New Finder Window Home"을 확인 ControlOptionCommandSpace하고 단축키로 할당 했습니다.
불행히도, 바로 가기가 작동하지 않습니다! 어떤 제안?