forked from alexbain/lirc_web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathremotes.json
More file actions
50 lines (50 loc) · 681 Bytes
/
remotes.json
File metadata and controls
50 lines (50 loc) · 681 Bytes
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
{
"Yamaha": [
"Power",
"Xbox360",
"Wii",
"VolumeUp",
"VolumeDown",
"DTV/CBL"
],
"SonyTV": [
"Power",
"VolumeUp",
"VolumeDown",
"ChannelUp",
"ChannelDown"
],
"Xbox360": [
"OpenClose",
"FancyButton",
"OnOff",
"Stop",
"Pause",
"Rewind",
"FastForward",
"Prev",
"Next",
"Play",
"Display",
"Title",
"DVD_Menu",
"Back",
"Info",
"UpArrow",
"LeftArrow",
"RightArrow",
"DownArrow",
"OK",
"Y",
"X",
"A",
"B"
],
"LircNamespace": [
"KEY_POWER",
"KEY_VOLUMEUP",
"KEY_VOLUMEDOWN",
"KEY_CHANNELUP",
"KEY_CHANNELDOWN"
]
}