-
Notifications
You must be signed in to change notification settings - Fork 412
Add ability to create and configure custom DDC controls (ranged, bool/toggle, command) #2300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Out of interest what is the monitor you have and what are the DDC commands you figured out? I am wanting to do the same for a Dell S3423DWC, in order to make keyboard shortcuts work the same as Dell DDM for Windows: hotkeys for USB switch in PIP/PBP modes, and input switch. There's a reasonable chance they use the same commands between models. |
Hi, it seems like this was never implemented ? |
This feature is still planned. You can use |
Hi, I have Dell U4323QE and I'm also interested in this feature. Is there anything I could do to help? Like, test if the same commands work on this model or something? |
Custom DDC commands is not a model specific feature, I should just implement it (plan to do so eventually). :) |
Custom DDC was available for a while both as CLI and in Shortcuts. The current focus now is to add the ability to create custom DDC commands, built upon custom controls introduced by #4125 |
Before opening the issue, have you...?
Is your feature request related to a problem? Please describe
I am using a monitor in PBP/PIP mode and I would like to use the internal KVM to "USB Switch" feature. I have reverse engineered the software and found the VCP and value that needs to be sent to the monitor. On a Linux machine I can use ddcutil to successfully make this work. But it seems like Monitor Control doesn't allow you to do this by default (would need to recompile the thing).
Describe the solution you'd like
It would be nice if there was a feature to allow us to issue extra commands or custom ones.
Describe alternatives you've considered
Considered m1ddc but it doesn't work on m2 it seems.
Anything else?
No response
--
Transferred from here: MonitorControl/MonitorControl#1452, originally posted by @acama
The text was updated successfully, but these errors were encountered: