Ticket #7051: lircrc

File lircrc, 3.5 KB (added by elijah21477-mythtv@…, 15 years ago)

lircrc

Line 
1# /etc/lircrc
2# ln ~mythtv/.mythtv/lircrc
3#
4# MythTV native LIRC config file for
5# Hauppage Nova-T-500 PCI Dual Tuners DVB-T
6# Snowboard shape remote
7# Silver on top Black underneath
8# 45 buttons
9#
10# Originally
11# By Jarod Wilson, 2003/12/21
12# Amalgamated from Jeff Campbell's .lircrc
13
14
15
16################## MythTV Control ######################
17### http://www.mythtv.org/wiki/index.php/Keybindings ###
18
19#       Remote Button
20##      MythTV function
21
22
23#       Go
24##      Go to home page
25begin
26prog = mythtv
27button = Go
28config = ALT+H
29end
30
31#       Power
32##      Turns monitor in Standby
33begin
34prog = irexec
35button = Power
36config = sudo vbetool dpms on ; sudo vbetool dpms off
37end
38
39#       TV
40##      Go to Watch TV
41begin
42prog = mythtv
43button = TV
44config = ALT+T
45end
46
47#       Videos
48##      Go to MythVideo
49begin
50prog = mythtv
51button = Videos
52config = ALT+V
53end
54
55#       Music
56##      Go to MythMusic
57begin
58prog = mythtv
59button = Music
60config = ALT+P
61end
62
63#       Pictures
64##      Go to MythGallery
65begin
66prog = mythtv
67button = Pictures
68config = ALT+P
69end
70
71#       Guide
72##      display EPG
73begin
74prog = mythtv
75button = Guide
76config = s
77end
78
79#       Radio
80
81
82
83#       ArrowUp
84##      Up
85begin
86prog = mythtv
87button = ArrowUp
88config = Up
89end
90
91#       ArrowLeft
92##      Left
93begin
94prog = mythtv
95button = ArrowLeft
96config = Left
97end
98
99#       OK
100##      Select/enter/resolve
101begin
102prog = mythtv
103button = OK
104config = Space
105end
106
107#       ArrowRight
108##      Right
109begin
110prog = mythtv
111button = ArrowRight
112config = Right
113end
114
115#       ArrowDown
116##      Down
117begin
118prog = mythtv
119button = ArrowDown
120config = Down
121end
122
123#       BackExit
124##      Exit/go back/cancel
125begin
126prog = mythtv
127button = BackExit
128config = Esc
129end
130
131#       Menu
132##      Menu
133begin
134prog = mythtv
135button = Menu
136config = m
137end
138
139#       VolumeUp
140##      Volume Up
141begin
142prog = mythtv
143button = VolumeUp
144config = F11
145end
146
147#       VolumeDown
148##      Volume down
149begin
150prog = mythtv
151button = VolumeDown
152config = F10
153end
154
155#       PrevCh
156##      Change tuner card input
157begin
158prog = mythtv
159button = PrevCh
160config = c
161end
162
163#       Mute
164##      Mute
165begin
166prog = mythtv
167button = Mute
168config = F9
169end
170
171#       ChannelUp
172begin
173prog = mythtv
174button = ChannelUp
175config = Up
176end
177
178#       ChannelDown
179begin
180prog = mythtv
181button = ChannelDown
182config = Down
183end
184
185#       Record
186begin
187prog = mythtv
188button = Record
189config = R
190end
191
192#       Rewind
193begin
194prog = mythtv
195button = Rewind
196config = <
197end
198
199#       SkipBack
200begin
201prog = mythtv
202button = SkipBack
203config = PgUp
204end
205
206#       Play
207begin
208prog = mythtv
209button = Play
210config = Return
211end
212
213#       Pause
214begin
215prog = mythtv
216button = Pause
217config = P
218end
219
220#       Stop
221begin
222prog = mythtv
223button = Stop
224config = Esc
225end
226
227#       Fwdwind
228begin
229prog = mythtv
230button = Fwdwind
231config = >
232end
233
234#       SkipFwd
235begin
236prog = mythtv
237button = SkipFwd
238config = PgDown
239end
240
241#       1
242begin
243prog = mythtv
244button = 1
245config = 1
246end
247
248#       2
249begin
250prog = mythtv
251button = 2
252config = 2
253end
254
255#       3
256begin
257prog = mythtv
258button = 3
259config = 3
260end
261
262#       4
263begin
264prog = mythtv
265button = 4
266config = 4
267end
268
269#       5
270begin
271prog = mythtv
272button = 5
273config = 5
274end
275
276#       6
277begin
278prog = mythtv
279button = 6
280config = 6
281end
282
283#       7
284begin
285prog = mythtv
286button = 7
287config = 7
288end
289
290#       8
291begin
292prog = mythtv
293button = 8
294config = 8
295end
296
297#       9
298begin
299prog = mythtv
300button = 9
301config = 9
302end
303
304#       Star
305##      Info
306begin
307prog = mythtv
308button = Star
309config = i
310end
311
312#       0
313begin
314prog = mythtv
315button = 0
316config = 0
317end
318
319#       #
320##      Toggle recording of current program (cycles through types)
321begin
322prog = mythtv
323button = #
324config = r
325end
326
327#       Red
328##      Picture zoom
329begin
330prog = mythtv
331button = Red
332config = W
333end
334
335#       Green
336#       OSD navigation through channels/programs
337begin
338prog = mythtv
339button = Green
340config = O
341end
342
343#       Yellow
344begin
345prog = mythtv
346button = Yellow
347config = Q
348end
349
350#       Blue
351begin
352prog = mythtv
353button = Blue
354config = Z
355end
356