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: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ If this app is called with `/get` or `/set`, it will return
111
111
112
112
'B' at the end indicates brightness. In addition, '*' is added in the case of a selected monitor.
113
113
114
-
If this app is call with `/get contrast` or `/set contrast`, it will return
114
+
If this app is called with `/get contrast` or `/set contrast`, it will return
115
115
116
116
```
117
117
[Device Instance ID] [Monitor name] [Contrast] C
@@ -123,7 +123,7 @@ The device instance ID is an unique identifier given by the OS to each monitor.
123
123
124
124
The brightness or contrast ranges from 0 to 100%. When you use `/set` option, it can be specified with the number itself (e.g. 20), increase (e.g. +10) or decrease (e.g. -10).
125
125
126
-
The options can be executed consecutively (e.g. `monitorian /get 20 /get contrast 20`).
126
+
The options can be executed consecutively (e.g. `monitorian /set 20 /set contrast 40`).
127
127
128
128
You can call this app by its name `Monitorian` in command prompt or bat file. From Task Scheduler, it can be performed by the path to its alias `%LOCALAPPDATA%\Microsoft\WindowsApps\Monitorian.exe`. For example, to increase brightness of all monitors by 30%, the Action will be the following:
129
129
@@ -180,7 +180,7 @@ In any case, reporting on the controllability of a monitor MUST include probe.lo
180
180
### Command-line arguments
181
181
182
182
- As part of testing, you can store persistent arguments in `Command-line arguments` in the hidden menu. They will be tested along with current arguments when this app starts.
183
-
- For example, if you want to fix this app's language to English (default), set `/lang en` in this box.
183
+
- For example, if you want this appto always use English language (default), set `/lang en` in this box.
0 commit comments