Skip to content

Instantly share code, notes, and snippets.

@mfilej
Created June 19, 2011 09:26
Show Gist options
  • Save mfilej/1034011 to your computer and use it in GitHub Desktop.
Save mfilej/1034011 to your computer and use it in GitHub Desktop.
Open OS X's Character Viewer via AppleScript (10.6)
tell application "Finder"
open item "System:Library:Input Methods:CharacterPalette.app" of the startup disk
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment