Skip to content

Instantly share code, notes, and snippets.

@sooop
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sooop/9367941 to your computer and use it in GitHub Desktop.
Save sooop/9367941 to your computer and use it in GitHub Desktop.
키보드의 fn키 동작을 변경하도록 설정하는 애플 스크립트
tell application "System Preperences"
reveal anchor "keyboardTab" of pane "com.apple.preference.keyboard"
tell application "System Events" to click checkbox 1 of tab group 1 of window 1 of application process "System Preferences"
end tell
if application "System Preferences" is running then
tell application "System Preferences" to quit
end if
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment