brightness: add desc for shortcuts
This commit is contained in:
parent
44fefc11b2
commit
e928b96a95
1 changed files with 2 additions and 0 deletions
|
|
@ -63,11 +63,13 @@ Singleton {
|
||||||
|
|
||||||
CustomShortcut {
|
CustomShortcut {
|
||||||
name: "brightnessUp"
|
name: "brightnessUp"
|
||||||
|
description: "Increase brightness"
|
||||||
onPressed: root.increaseBrightness()
|
onPressed: root.increaseBrightness()
|
||||||
}
|
}
|
||||||
|
|
||||||
CustomShortcut {
|
CustomShortcut {
|
||||||
name: "brightnessDown"
|
name: "brightnessDown"
|
||||||
|
description: "Decrease brightness"
|
||||||
onPressed: root.decreaseBrightness()
|
onPressed: root.decreaseBrightness()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue