You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: m1ddc.m
+6-4
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ int main(int argc, char** argv) {
22
22
23
23
IOAVServiceRef avService;
24
24
25
-
NSString *returnText =@"Controls volume, brightness, contrast of a single external Display connected via USB-C (DisplayPort Alt Mode) over DDC on an M1 Mac.\n"
25
+
NSString *returnText =@"Controls volume, brightness, contrast, input of a single external Display connected via USB-C (DisplayPort Alt Mode) over DDC on an M1 Mac.\n"
26
26
"Control of displays attached via the HDMI port or by other means is not currently supported.\n"
27
27
"\n"
28
28
"Example usages:\n"
@@ -37,6 +37,8 @@ int main(int argc, char** argv) {
37
37
" set brightness n - Sets brightness to n, where n is a number between 0 and the maximum value (usually 100).\n"
38
38
" set contrast n - Sets contrast to n, where n is a number between 0 and the maximum value (usually 100).\n"
39
39
" set volume n - Sets volume to n, where n is a number between 0 and the maximum value (usually 100).\n"
40
+
" set input n - Sets input source to n, common values include:\n"
0 commit comments