How to add a keyboard shortcut to switch a display's Color Mode or set grayscale/standard framebuffer? #4343
-
Thank you for creating such a cool software! I have a request: Specifically: Reason: I’ve found that default colors are not friendly to my current I’d really appreciate it if BetterDisplay could support a hotkey to switch the Color Mode of a specific display (At the same time I think it will help a lot of people who are similar to me). Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi there - you can do this by using macOS Shortcuts and the Color Mode action provided by BetterDisplay. ![]() |
Beta Was this translation helpful? Give feedback.
-
Oh sorry, I see that you want to change the grayscale/standard framebuffer setting. For that you should create a Shell Script action in Shortcuts, and use CLI, like:
(note: replace |
Beta Was this translation helpful? Give feedback.
Oh sorry, I see that you want to change the grayscale/standard framebuffer setting. For that you should create a Shell Script action in Shortcuts, and use CLI, like:
/Applications/BetterDisplay.app/Contents/MacOS/BetterDisplay perform -n=samsung -garyscaleFramebuffer
/Applications/BetterDisplay.app/Contents/MacOS/BetterDisplay perform -n=samsung -standardFramebuffer
(note: replace
samsung
with some part of the name of your display).