Skip to content

Commit 3af6159

Browse files
committed
Update readme and images
1 parent 03d4505 commit 3af6159

File tree

3 files changed

+35
-4
lines changed

3 files changed

+35
-4
lines changed

Images/Screenshot_keys_en.png

145 KB
Loading

Images/Screenshot_keys_jp.png

129 KB
Loading

README.md

+35-4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ In addition, the user can change the adjustable range of brightness and contrast
1515
![Screenshot](Images/Screenshot_range.png) 
1616
![Screenshot](Images/Screenshot_contrast.png)<br>
1717

18+
https://user-images.githubusercontent.com/7205690/210137118-66cfdd6e-9847-41b3-a836-d1ff8cf73f3d.mp4
19+
1820
Additional languages:
1921

2022
- Arabic (ar) by @MohammadShughri
@@ -54,7 +56,7 @@ Additional languages:
5456
```
5557

5658
* Other:<br>
57-
:floppy_disk: [Installer](https://github.com/emoacht/Monitorian/releases/download/3.15.3-Installer/MonitorianInstaller3153.zip)
59+
:floppy_disk: [Installer](https://github.com/emoacht/Monitorian/releases/download/4.0.0-Installer/MonitorianInstaller400.zip)
5860

5961
## Install/Uninstall
6062

@@ -84,9 +86,11 @@ Add-on features are available for Microsoft Store version on a subscription basi
8486

8587
![Screenshot](Images/Screenshot_keys_en.png)
8688

89+
All hot keys for brightness can be switched to contrast by `To contrast` hot key. It can be switched back to brightness by `To brightness` hot key.
90+
8791
### Command-line options
8892

89-
You can use command-line options to get/set the brightness.
93+
You can use command-line options to get/set the brightness or contrast.
9094

9195
| Actions | Options |
9296
|----------------------------------------|----------------------------------------|
@@ -97,7 +101,29 @@ You can use command-line options to get/set the brightness.
97101
| Set brightness of a specified monitor. | /set [Device Instance ID] [Brightness] |
98102
| Set brightness of all monitors. | /set all [Brightness] |
99103

100-
If this app is called with `/get` option, it will return [Device Instance ID] [Monitor name] [Brightness]. The device instance ID is an unique identifier given by the OS to each monitor. The brightness ranges from 0 to 100%. It can be specified with brightness itself (e.g. 20), increase (e.g. +10) or decrease (e.g. -10) when you use `/set` option.
104+
You can switch to contrast by inserting `contrast` after `/get` or `/set` (e.g. `/get contrast all`).
105+
106+
If this app is called with `/get` or `/set`, it will return
107+
108+
```
109+
[Device Instance ID] [Monitor name] [Brightness] B
110+
```
111+
112+
'B' at the end indicates brightness. In addition, '*' is added in the case of a selected monitor.
113+
114+
If this app is call with `/get contrast` or `/set contrast`, it will return
115+
116+
```
117+
[Device Instance ID] [Monitor name] [Contrast] C
118+
```
119+
120+
'C' at the end indicates contrast. If contrast is not supported by a monitor, '-' will be shown instead.
121+
122+
The device instance ID is an unique identifier given by the OS to each monitor. It must be enclosed in quotes.
123+
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+
126+
The options can be executed consecutively (e.g. `monitorian /get 20 /get contrast 20`).
101127

102128
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:
103129

@@ -186,10 +212,15 @@ An alternative language can be shown by adding a Resources (.resx) file into `/S
186212

187213
## History
188214

215+
Ver 4.0 2022-12-31
216+
217+
- Modify UI
218+
- Add Ukrainian (uk-UA) language. Thanks to @kaplun07!
219+
189220
Ver 3.15 2022-12-4
190221

191222
- Fix touchpad swipe
192-
- Supplement Simplified Chinese (zh-Hans). Thanks to @FrzMtrsprt!
223+
- Supplement Simplified Chinese (zh-Hans) language. Thanks to @FrzMtrsprt!
193224

194225
Ver 3.14 2022-10-23
195226

0 commit comments

Comments
 (0)