summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/system-templates/templates/remotes/imon-pad/lircrc
blob: 3ad34d8e70890dbb3d5b92fe912b2630ea4fd6bd (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
###################################
# lircrc config as used by Stev391 June 2007
# Not all of the buttons are configured yet, only the commonly used buttons
###################################

# Escape
begin
    prog = mythtv
    button = AppExit
    config = Esc
    repeat = 3
end

# Escape Key 2
begin
    prog = mythtv
    button = Esc
    config = Esc
end

# Channel Up
begin
    prog   = mythtv
    button = Ch+
    config = Up
    repeat = 3
end

# Channel Down
begin
    prog   = mythtv
    button = Ch-
    config = Down
    repeat = 3
end

# Volume Up
begin
    prog = mythtv
    button = Vol+
    repeat = 3
    config = Right
end

# Volume Down
begin
    prog = mythtv
    button = Vol-
    repeat = 3
    config = Left
end

# Enter/Return
begin
    prog   = mythtv
    button = Enter
    config = Return
end

# Menu Button
begin
    prog = mythtv
    button = Menu
    config = M
end

# Mute
begin
    prog = mythtv
    button = Mute
    config = F9  
end

# Rewind
begin
    prog = mythtv
    button = Rewind
    config = PgUp  
end

# Fast Forward
begin
    prog = mythtv
    button = FastForward
    config = PgDown  
end

# Play
begin
    prog = mythtv
    button = Play
    config = P  
end

# Pause
begin
    prog = mythtv
    button = Pause
    config = P  
end

# Record
begin
  prog = mythtv
  button = Record
  config = R  
end

# Stop
begin
   prog = mythtv
   button = Stop
   config = O  
end

# Previous Track/Chapter
begin
   prog = mythtv
   button = PrevChapter
   config = Home  
end

# Next Track/Chapter
begin
   prog = mythtv
   button = NextChapter
   config = End
end

# Jump Point to MythVideo
begin
   prog = mythtv
   button = MyMovie
   config = F12
end

# Jump Point to MythMusic
begin
   prog = mythtv
   button = MyMusic
   config = F11
end

# Jump Point to LiveTV
begin
   prog = mythtv
   button = MyTV
   config = F10
end

# Jump Point to Main Menu
begin
   prog = mythtv
   button = Multimon
   config = F2
end

# Jump Point to Myth Gallery
begin
   prog = mythtv
   button = MyPhoto
   config = F3
end

# Jump Point to Play DVD
begin
   prog = mythtv
   button = MyDVD
   config = F4
end

# Display Information
begin
   prog = mythtv
   button = Caption
   config = I
end

##############################
# Numbers
##############################
begin
    prog = mythtv
    button = 0
    config = 0  
end

begin
    prog = mythtv
    button = 1
    config = 1  
end

begin
    prog = mythtv
    button = 2
    config = 2  
end

begin
    prog = mythtv
    button = 3
    config = 3  
end

begin
    prog = mythtv
    button = 4
    config = 4  
end

begin
    prog = mythtv
    button = 5
    config = 5  
end

begin
    prog = mythtv
    button = 6
    config = 6  
end

begin
    prog = mythtv
    button = 7
    config = 7  
end

begin
    prog = mythtv
    button = 8
    config = 8  
end

begin
    prog = mythtv
    button = 9
    config = 9  
end