-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.neimad.control1.Controls.xml
59 lines (59 loc) · 1.75 KB
/
org.neimad.control1.Controls.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "https://specifications.freedesktop.org/dbus/1.0/introspect.dtd">
<node>
<!--
org.neimad.control1.Controls:
The interface for controlling the computer functions.
-->
<interface name="org.neimad.control1.Controls">
<!--
ScreenBacklightIncrease:
Emitted when the screen backlight level should be increased by one step.
-->
<signal name="ScreenBacklightIncrease" />
<!--
ScreenBacklightDecrease:
Emitted when the screen backlight level should be decreased by one step.
-->
<signal name="ScreenBacklightDecrease" />
<!--
VolumeIncrease:
Emitted when the volume should be increased by one step.
-->
<signal name="VolumeIncrease" />
<!--
VolumeDecrease:
Emitted when the volume should be decreased by one step.
-->
<signal name="VolumeDecrease" />
<!--
VolumeMute:
Emitted when the audio volume should be toggled muted/unmuted.
-->
<signal name="VolumeMute" />
<!--
MediaPlayerPlayPause:
Emitted when the current media should be played/paused.
-->
<signal name="MediaPlayerPlayPause" />
<!--
MediaPlayerPrevious:
Emitted when the previous media should be selected.
-->
<signal name="MediaPlayerPrevious" />
<!--
MediaPlayerNext:
Emitted when the next media should be selected.
-->
<signal name="MediaPlayerNext" />
<!--
Search:
Emitted when the search application/widget should be launched.
-->
<signal name="Search" />
<!--
AirplaneMode:
Emitted when all radio-frequency devices should be toggled on/off.
-->
<signal name="AirplaneMode" />
</interface>
</node>