답변:
이 스크립트에 바로 가기를 할당하기 위해 FastScripts 를 사용했습니다 .
tell application "System Events" to tell (process 1 where it is frontmost)
tell menu bar item 3 of menu bar 1
click
repeat with x in {"Open Recent", "Open Recent File", "Recent Projects", "Open With"}
if exists menu item x of menu 1 then
click menu item x of menu 1
exit repeat
end if
end repeat
end tell
end tell
Finder에서 연결 프로그램 메뉴와 다른 응용 프로그램의 최근 파일 메뉴를 엽니 다.
Quicksilver, Alfred 등을 사용하여 스크립트에 단축키를 지정하는 다른 방법이 있습니다.