47 lines
1,016 B
TOML
47 lines
1,016 B
TOML
|
|
[[commands]]
|
||
|
|
id = "brightness_up"
|
||
|
|
type = "lua"
|
||
|
|
script = "set.lua"
|
||
|
|
sandbox = "full"
|
||
|
|
timeout = 5000
|
||
|
|
|
||
|
|
[commands.phrases]
|
||
|
|
ru = ["ярче", "сделай ярче", "увеличь яркость", "поярче"]
|
||
|
|
en = ["brighter", "increase brightness"]
|
||
|
|
|
||
|
|
|
||
|
|
[[commands]]
|
||
|
|
id = "brightness_down"
|
||
|
|
type = "lua"
|
||
|
|
script = "set.lua"
|
||
|
|
sandbox = "full"
|
||
|
|
timeout = 5000
|
||
|
|
|
||
|
|
[commands.phrases]
|
||
|
|
ru = ["темнее", "сделай темнее", "уменьши яркость", "потемнее"]
|
||
|
|
en = ["darker", "decrease brightness"]
|
||
|
|
|
||
|
|
|
||
|
|
[[commands]]
|
||
|
|
id = "brightness_max"
|
||
|
|
type = "lua"
|
||
|
|
script = "set.lua"
|
||
|
|
sandbox = "full"
|
||
|
|
timeout = 5000
|
||
|
|
|
||
|
|
[commands.phrases]
|
||
|
|
ru = ["максимальная яркость", "яркость на максимум"]
|
||
|
|
en = ["max brightness", "brightness max"]
|
||
|
|
|
||
|
|
|
||
|
|
[[commands]]
|
||
|
|
id = "brightness_min"
|
||
|
|
type = "lua"
|
||
|
|
script = "set.lua"
|
||
|
|
sandbox = "full"
|
||
|
|
timeout = 5000
|
||
|
|
|
||
|
|
[commands.phrases]
|
||
|
|
ru = ["минимальная яркость", "яркость на минимум"]
|
||
|
|
en = ["min brightness", "brightness min"]
|