●rlTodayでの使用例
<Image x="348" y="189" source="icons.png">
<OnClick File="\Windows\vibrate.exe" command='50' />
<OnClick File="\Windows\ShowCallLog.exe" />
</Image>
| files |
|---|
| vibrate.zip |
| files(通常版) | files(バックライド輝度調整無し版) |
|---|---|
| mobilelight.zip | mobilelight2.zip |
| files |
|---|
| backlight.zip |
# Backlight.mscr # バックライト輝度調整 for X01T x = RegRead( "HKCU", "ControlPanel\BackLight", "Brightness" ) Switch( x ) Case( 55, 95, 135, 175, 215 ) x = x + 40 Case( 255 ) x = 55 EndSwitch RegWriteDWord( "HKCU", "ControlPanel\BackLight", "Brightness", x )