forked from ISO-B/pmb-pitft
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pitft-playerui.lircrc.in
69 lines (68 loc) · 1.02 KB
/
pitft-playerui.lircrc.in
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
#################
# Input selection
#################
begin
button = tv_radio
prog = pitft-playerui
config = switch spotify
end
begin
button = pip
prog = pitft-playerui
config = switch mpd
end
begin
button = timer
prog = pitft-playerui
config = switch cd
end
#################
# Media control
#################
begin
button = play
prog = pitft-playerui
config = control play
end
begin
button = pause
prog = pitft-playerui
config = control pause
end
begin
button = stop
prog = pitft-playerui
config = control stop
end
begin
button = rewind
prog = pitft-playerui
config = control rwd
repeat = 1
end
begin
button = fastforward
prog = pitft-playerui
config = control ff
repeat = 1
end
begin
button = previous
prog = pitft-playerui
config = control previous
end
begin
button = next
prog = pitft-playerui
config = control next
end
begin
button = repeat
prog = pitft-playerui
config = control repeat
end
begin
button = teletext
prog = pitft-playerui
config = control random
end