-
Notifications
You must be signed in to change notification settings - Fork 0
/
lircrc.example
78 lines (65 loc) · 1001 Bytes
/
lircrc.example
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# This is an example config file for your LIRC remote. All buttons
# depend on what you have configured in your lircd.conf file. Please
# refer to this and adjust the labels below accordingly.
#
# Save this file in ~/.lircrc
begin
button = KEY_POWER
prog = sonos
config = power
end
begin
button = KEY_VOLUMEUP
prog = sonos
config = volumeup
end
begin
button = KEY_VOLUMEDOWN
prog = sonos
config = volumedown
end
begin
button = KEY_STOP
prog = sonos
config = stop
end
begin
button = KEY_NEXT
prog = sonos
config = next
end
begin
button = KEY_PREVIOUS
prog = sonos
config = previous
end
begin
button = KEY_PLAY
prog = sonos
config = play
end
begin
button = KEY_UP
prog = sonos
config = up
end
begin
button = KEY_DOWN
prog = sonos
config = down
end
begin
button = KEY_EQUAL
prog = sonos
config = eq
end
begin
button = KEY_REWIND
prog = sonos
config = rewind
end
begin
button = KEY_STOP
prog = sonos
config = stop
end