Categories
Tags
apache apogee duet applescript bbedit benchmark bootcamp bsod canon caps lock directadmin extjs growl hardware headhunting highslide i18n idiocy illustrator increasing productivity iphone itunes javascript kaspersky internet security keyremap4macbook laserjet mac mac hardware mac mouse problems mac os mac software memory modx mod_auth mootools mouse pckeyboardhack printer screenshots skype starcraft ii steam videocard windows windows firewall yumRecent comments
- Danny L. on Word 2011: paste unformatted (plain) text with Cmd+V shortcut
- Danny L. on Word 2011: paste unformatted (plain) text with Cmd+V shortcut
- Hasznos OSX-es cuccok: váltás a billentyűkiosztások között Caps Lockkal | KTamas' blog on Select input language by Caps Lock in Mac OS X
- Betha on “Building boot caches” error when changing startup disk
- Dae on MODx Evolution: removing spam links
Social networks
Tag Archives: applescript
AppleScript to mount/unmount a drive
On my Mac Pro I have two internal hard drives I rarely use. Some times they “sleep” and while doing so, every file opening dialog, search in Spotlight or search in Dictionary might wake them up and that takes some … Continue reading
Permission error of AppleScript in iTunes
I was getting a permission error (code -54) when trying to set an id3 tag of a track using AppleScript. The solution was to add a delay between each operation: delay 1 Note that the track will remain “locked” until … Continue reading
Launch character palette using AppleScript in Snow Leopard
tell application “CharacterPalette” to activate There is an issue though: the new character palette doesn’t get “bound” to any of the applications, therefore double-clicking a symbol doesn’t paste it automatically to the text field. You’d have to drag-and-drop. I’m posting … Continue reading
