summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-templates/templates/remotes/other/AOpen-EA65/lircrc.ea65
blob: fd96d42396a642f0926caaa5b66d02e663b8802e (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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
#
# Max Krasnyanskiy <maxk@qualcomm.com>
#

#
# Xine key bindings.
#

# start playback
begin
	button = dvd/vcd
	prog   = xine
	repeat = 1
	config = Play
end

# playback pause toggle
begin
	button = play/pause
	prog   = xine
	repeat = 1
	config = Pause
end

# stop playback
begin
	button = stop
	prog   = xine
	repeat = 1
	config = Stop
end

# eject the current medium
begin
	button = eject
	prog   = xine
	repeat = 1
	config = Eject
end

# scan playlist to grab stream infos
begin
	button = mem
	prog   = xine
	repeat = 1
	config = ScanPlaylistInfo
end

# set position to -60 seconds in current stream
begin
	button = rwnd
	prog   = xine
	repeat = 1
	config = SeekRelative-60
end

# set position to +60 seconds in current stream
begin
	button = ffwd
	prog   = xine
	repeat = 1
	config = SeekRelative+60
end

# increment playback speed
begin
	button = tune+
	prog   = xine
	repeat = 1
	config = SpeedFaster
end

# decrement playback speed
begin
	button = tune-
	prog   = xine
	repeat = 1
	config = SpeedSlower
end

# increment audio volume
begin
	button = vol+
	prog   = xine
	repeat = 1
	config = Volume+
end

# decrement audio volume
begin
	button = vol-
	prog   = xine
	repeat = 1
	config = Volume-
end

# audio muting toggle
begin
	button = mute
	prog   = xine
	repeat = 1
	config = Mute
end

# select next audio channel
begin
	button = ch+
	prog   = xine
	repeat = 1
	config = AudioChannelNext
end

# select previous audio channel
begin
	button = ch-
	prog   = xine
	repeat = 1
	config = AudioChannelPrior
end

# interlaced mode toggle
begin
	button = scan
	prog   = xine
	repeat = 1
	config = ToggleInterleave
end

# cycle aspect ratio values
begin
	button = display
	prog   = xine
	repeat = 1
	config = ToggleAspectRatio
end

# jump to Title Menu
begin
	button = menu
	prog   = xine
	repeat = 1
	config = TitleMenu
end

# menu navigate up
begin
	button = up
	prog   = xine
	repeat = 1
	config = EventUp
end

# menu navigate down
begin
	button = down
	prog   = xine
	repeat = 1
	config = EventDown
end

# menu navigate left
begin
	button = left
	prog   = xine
	repeat = 1
	config = EventLeft
end

# menu navigate right
begin
	button = right
	prog   = xine
	repeat = 1
	config = EventRight
end

# menu select
begin
	button = enter
	prog   = xine
	repeat = 1
	config = EventSelect
end

# jump to next chapter
begin
	button = next
	prog   = xine
	repeat = 1
	config = EventNext
end

# jump to previous chapter
begin
	button = prev
	prog   = xine
	repeat = 1
	config = EventPrior
end

# select a subtitle file
begin
	button = repeat
	prog   = xine
	repeat = 1
	config = SubSelector
end

# enter the number 0
begin
	button = 0
	prog   = xine
	repeat = 1
	config = Number0
end

# enter the number 1
begin
	button = 1
	prog   = xine
	repeat = 1
	config = Number1
end

# enter the number 2
begin
	button = 2
	prog   = xine
	repeat = 1
	config = Number2
end

# enter the number 3
begin
	button = 3
	prog   = xine
	repeat = 1
	config = Number3
end

# enter the number 4
begin
	button = 4
	prog   = xine
	repeat = 1
	config = Number4
end

# enter the number 5
begin
	button = 5
	prog   = xine
	repeat = 1
	config = Number5
end

# enter the number 6
begin
	button = 6
	prog   = xine
	repeat = 1
	config = Number6
end

# enter the number 7
begin
	button = 7
	prog   = xine
	repeat = 1
	config = Number7
end

# enter the number 8
begin
	button = 8
	prog   = xine
	repeat = 1
	config = Number8
end

# enter the number 9
begin
	button = 9
	prog   = xine
	repeat = 1
	config = Number9
end

# quit the program
begin
	button = exit
	prog   = xine
	repeat = 1
	config = Quit
end

##
# End of xine key bindings.
##

## MPlayer lirc setup

# Show OSD
begin
	prog = mplayer
	button = menu
	repeat = 1
	config = osd
end

# Pause playback
begin
	prog = mplayer
	button = play/pause
	repeat = 1
	config = pause
end

# Stop playback and exit
begin
	prog = mplayer
	button = stop
	repeat = 1
	config = stop #quit
end

# Mute
begin
	prog = mplayer
	button = mute
	repeat = 1
	config = mute
end

# Seek back 10 seconds
begin
	prog = mplayer
	button = rwnd
	repeat = 1
	config = seek -10
end

# Seek forward 30 seconds
begin
	prog = mplayer
	button = ffwd
	repeat = 1
	config = seek +10
end

# Quit
begin
	prog = mplayer
	button = exit
	repeat = 1
	config = quit
end

# Seek forward 10 minutes
begin
	prog = mplayer
	button = next
	repeat = 1
	config = seek +600
end

# Seek backward 10 minutes
begin
	prog = mplayer
	button = prev
	repeat = 1
	config = seek -600
end

# Toggle full-screen
begin
	prog = mplayer
	button = display
	repeat = 1
	config = vo_fullscreen
end