blob: bd3e26e99bbe307352809902ff4ac32dc09d5414 (
plain)
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
|
# wol-lircrc for Streamzap
begin
prog = irxevent
button = STOP
config = Key ctrl-shift-w CurrentWindow
end
begin
# Exit Chrome back to Myth
prog = irxevent
button = EXIT
config = Key Escape CurrentWindow
end
begin
prog = irxevent
button = UP
config = Key Up CurrentWindow
end
begin
prog = irxevent
button = DOWN
config = Key Down CurrentWindow
end
begin
prog = irxevent
button = LEFT
config = Key Left CurrentWindow
end
begin
prog = irxevent
button = RIGHT
config = Key Right CurrentWindow
end
begin
# Play/Pause
prog = irxevent
button = OK
config = Key Return CurrentWindow
end
begin
# Play/Pause
prog = irxevent
button = PAUSE
config = Key Return CurrentWindow
end
begin
# Play/Pause
prog = irxevent
button = PLAY
config = Key Return CurrentWindow
end
begin
prog = irxevent
button = CH_UP
config = Key alt-Right CurrentWindow
end
begin
prog = irxevent
button = CH_DOWN
config = Key alt-Left CurrentWindow
end
begin
# Stop watching and return to Netflix Browse
prog = irxevent
button = MENU
config = Key alt-Left CurrentWindow
end
|