1#
2# defaults:
3#
4# remote = *
5# repeat = 0
6#
7#
8#
9
10begin
11	button = MENU
12	mode = mouse
13end
14
15begin
16	prog = xirw
17	button = MENU
18	config = Mouse aktivieren
19end
20
21begin
22	prog = irexec
23	button = 1
24	button = 2
25	button = 3
26	button = 1
27	button = 2
28	button = 3
29	button = 4
30	config = echo "secret code"
31end
32begin
33	prog = xirw
34	button = 1
35	button = 2
36	button = 3
37	button = 1
38	button = 2
39	button = 3
40	button = 4
41	config = psssst, secret
42end
43
44begin
45        prog = irexec
46        button = VOL_UP
47        config = mix vb+5 >/dev/null
48end
49begin
50	prog=xirw
51	button = VOL_UP
52	config = Lautst�rke +
53end
54
55begin
56	prog = irexec
57	button = VOL_DOWN
58        config = mix vb-5 >/dev/null
59end
60begin
61	prog=xirw
62	button = VOL_DOWN
63	config = Lautst�rke -
64end
65
66begin
67	prog = irexec
68	button = TV/R
69	config = xawtv  -geometry +754+0 >/dev/null&
70	mode = tv
71	flags= once
72end
73begin
74	prog=xirw
75	button = TV/R
76	config = Moduswechsel
77end
78begin
79	prog = irexec
80	button = A/B
81	config = kscd -geometry +60+600&
82	mode = cd
83	flags = once
84end
85begin
86	prog=xirw
87	button = A/B
88	config = Moduswechsel
89end
90begin
91	prog = irexec
92	button = BACK
93	mode = system
94end
95begin
96	prog=xirw
97	button = BACK
98	config = Moduswechsel
99end
100
101begin tv
102
103	begin
104		prog = irxevent
105		button = 0
106		config = Key f xawtv
107		config = Key f xawtv
108	end
109        begin
110                prog = xirw
111                button = 0
112                config = Vollbild an
113                config = Vollbild aus
114        end
115	begin
116                prog = irxevent
117                button = POWER
118                config = Key Escape xawtv
119	end
120	begin
121		prog = xirw
122		button = POWER
123		config = TV beenden
124		flags = mode
125	end
126end tv
127
128begin cd
129        begin
130                prog = irxevent
131                button = OK
132                config = Button 1 51 31 kscd
133        end
134        begin
135                prog = xirw
136                button = OK
137                config = Display
138        end
139        begin
140                prog = irxevent
141                button = CH_UP
142                config = Button 1 376 92 kscd
143        end
144        begin
145                prog = xirw
146                button = CH_UP
147                config = N�chster Titel
148        end
149        begin
150                prog = irxevent
151                button = CH_DOWN
152                config = Button 1 329 92 kscd
153        end
154        begin
155                prog = xirw
156                button = CH_DOWN
157                config = Vorheriger Titel
158        end
159        begin
160                prog = irxevent
161                button = ARROW_DOWN
162                config = Button 1  70 70 kscd
163        end
164        begin
165                prog = xirw
166                button = ARROW_DOWN
167                config = Eject
168        end
169        begin
170                prog = irxevent
171                button = ARROW_UP
172                config = Button 1 360 13 kscd
173        end
174        begin
175                prog = xirw
176                button = ARROW_UP
177                config = Play
178		config = Pause
179        end
180        begin
181                prog = irxevent
182                button = ARROW_RIGHT
183                config = Button 1 370 63 kscd
184        end
185        begin
186                prog = xirw
187                button = ARROW_RIGHT
188                config = FWD
189        end
190        begin
191                prog = irxevent
192                button = ARROW_LEFT
193                config = Button 1 332 69 kscd
194        end
195        begin
196                prog = xirw
197                button = ARROW_LEFT
198                config = BCK
199        end
200        begin
201                prog = irxevent
202                button = MUTE
203                config = Button 1 338 43 kscd
204        end
205        begin
206                prog = xirw
207                button = MUTE
208                config = Stop
209        end
210        begin
211                prog = irxevent
212                button = POWER
213                config = Button 1  51 92 kscd
214        end
215        begin
216                prog = xirw
217                button = POWER
218                config = CD beenden
219		flags = mode
220        end
221        begin
222                prog = irxevent
223                button = 0
224                config = Button 1 379 45 kscd
225        end
226        begin
227                prog = xirw
228                button = 0
229                config = Loop
230        end
231        begin
232                prog = irxevent
233                button = LIST
234                config = Button 1 160 99 kscd
235        end
236        begin
237                prog = xirw
238                button = LIST
239                config = Random
240        end
241
242end cd
243
244begin system
245        begin
246                prog = irexec
247                button = POWER
248		config = xset dpms force off
249		config = xset dpms force on
250        end
251        begin
252                prog = xirw
253                button = POWER
254                config = Bildschirm abschalten
255                config = Bildschirm anschalten
256        end
257        begin
258                prog = irexec
259                button = MUTE
260                config = sync;hdparm -y /dev/hda >/dev/null
261        end
262        begin
263                prog = xirw
264                button = MUTE
265                config = Festplatten abschalten
266        end
267        begin
268                prog = irexec
269                button = CH_UP
270		config = xvidtune -next
271        end
272        begin
273                prog = xirw
274                button = CH_UP
275		config = Aufl�sung +
276        end
277        begin
278                prog = irexec
279                button = CH_DOWN
280		config = xvidtune -prev
281        end
282        begin
283                prog = xirw
284                button = CH_DOWN
285		config = Aufl�sung -
286        end
287end system
288