Tag: Applescript

fn lock

Posted on August 29, 2011 in OSX Applescript Utilities Scripting

The below scripts toggles function keys on mac keyboards, between the media and the standard functions keys. The script is most useful in either the script menu, which is done by placing the script in the /Library/Scripts/ or using Alfred/Quicksilver. tell application "System Preferences" set current pane to pane "com.apple.preference.keyboard"...

Read more...