Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

MacBook Pro 14"/16" Auto Display Settings

Comments

2 comments

  • Permanently deleted user

    Hello Mountainview,

    I use this apple script on my MacBook Pro 14":

    tell application "System Preferences"
    activate
    reveal
    anchor "displaysDisplayTab" of pane "com.apple.preference.displays"
    end tell

    tell
    application "System Events"
    tell application process "System Preferences"
    tell window "Displays"
    click pop up button "Presets:" of group 1
    click menu item "Photography (P3-D65)" of menu 1 of pop up button 1 of group 1
    end tell
    end tell
    end tell
    quit application "System Preferences"

    Hopes this helps you

    0
  • mountainview

    Hello Karel,

    Thank you! I tried the script. Got an error though (System Events got an error: Can't get window "Displays" of application process "System Preferences"). I guess I will figure that out ;) Right now I have the "Displays" in the menu and switch from there. The only issue is, sometimes I do forget and then the edits are a bit off ;) An automated solution within C1 would be the much preferred solution.

     

    0

Post is closed for comments.