Open Display Settings Action

Hi there!

I am looking for a way to quickly open System Settings/Displays/Arrange, or at least Settings/Displays. Any advice? Ideally I'd like to use my Magic Keyboard Brightness key (F1). I can''t figure out how to do it. :slightly_frowning_face:

Here's a screenshot...
Shared with CloudApp

Thanks!
Craig

Probably there is some Apple Script. Otherwise just automate what you do manually. Click "Arrange" probably works best with image recognition.

You can open the displays preferences using this terminal command

open /System/Library/PreferencePanes/Displays.prefPane

or alternatively
open x-apple.systempreferences:com.apple.preference.displays

However I don't think there is currently a way to directly access the arrange modal ;-(

Awesome thanks! That worked.
I used non-blocking, is that ok?
Shared with CloudApp