Last active
August 29, 2015 13:57
-
-
Save sooop/9367941 to your computer and use it in GitHub Desktop.
키보드의 fn키 동작을 변경하도록 설정하는 애플 스크립트
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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