-
|
Hi all, I have BetterDisplay Pro license, and I'm trying to integrate a couple of settings into my LeaderKey configuration using either the CLI integration or the URL scheme integration, however I cannot for the life of me get them to work. What am I doing wrong? I'm trying to set up a toggle to activate the main App Menu, and separately to toggle Dark Mode. For the URL scheme attempts I am trying For the CLI scheme attempts I am trying I'd prefer to use the URL scheme here if possible (I have enabled both the Custom URL scheme access and the CLI access in the main settings). I would really appreciate some guidance here on what I'm doing wrong, thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Yeah, sorry, with toggle this is not really obvious. Due to a bug, the toggle won't work without a provided value (can be empty). Try this for example:
The CLI is almost right, the correct format would be this:
|
Beta Was this translation helpful? Give feedback.
-
|
The bug mentioned above will be fixed in v4.2.0: #5149 |
Beta Was this translation helpful? Give feedback.
Yeah, sorry, with toggle this is not really obvious. Due to a bug, the toggle won't work without a provided value (can be empty). Try this for example:
BetterDisplay://toggle?darkMode=The CLI is almost right, the correct format would be this:
/Applications/BetterDisplay.app/Contents/MacOS/BetterDisplay toggle -darkMode