| ||||||||
Beginners Questions New to the community? Make your first post here. If your question is regarding Mac OS X, please use the Mac OS X forum.
|
| | LinkBack | Thread Tools | Display Modes |
(#1)
|
(#2)
|
| Senior Member Posts: 403 Join Date: May 2010 Location: Palm Springs, CA | its actually a really simple apple script. you can make your own for whatever app it is you're using it for: open applescript editor (Applications/Utilities/). Paste the following code into it. Code: do shell script "defaults write -g AppleDisplayScaleFactor .85" tell application "Photo Booth" to activate do shell script "defaults write -g AppleDisplayScaleFactor 1.0" (you can test it out by hitting the run button.) give the script a name, save it as an application, and walla. cheers. ps. this code will just adjust the scale and launch the app. it will not prompt you for anything, so make sure you set the % to what you like. / SL 10.6.6 NBI 0.8.4 Special/ Linux Mint |Please use my Dropbox Invite link: http://db.tt/4z2wwup |
| | |
(#3)
|
![]() |
| Thread Tools | |
| Display Modes | |
| |
Copyright © 2008-2011 MyDellMini.com.







/ SL 10.6.6
NBI 0.8.4 Special/ Linux Mint
|
Linear Mode