summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/live-installer/templates/remotes/pcmak/lircrc.pcmak
blob: 414e38a236716dc17fe11081319c0fffd168c525 (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
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
#####################################################################
#  contributed by P_awe_L pablozrudnika@wp.pl
#####################################################################
#
#  XMMS
#
#####################################################################
begin xmms
	begin
		prog   = irxevent
		button = LOAD
		config = Key shift-L xmms
	end
	begin
		prog   = xmms
		button = play
		config = PLAY
	end
	begin
		prog   = irxevent
		remote = *
		button = PLAYLIST
		config = Key alt-e XMMS
	end
	begin
		prog   = irxevent
		remote = *
		button = FULLSCREEN
		config = Key ctrl-d XMMS
	end
	begin
		prog   = xmms
		button = TXT
		config = PLAYLIST_CLEAR
	end
	begin
		prog   = xmms
		button = load
		config = PLAYLIST_ADD .xmms/xmms.m3u
	end
	begin
		prog   = xmms
		button = pause
		config = PAUSE
	end
	begin
		prog   = xmms
		button = stop
		config = STOP
	end
	begin
		prog   = xmms
		button = EXIT
		config = QUIT
	end
	begin
		prog   = xmms
		button = NEXT
		config = NEXT
	end
	begin
		prog   = xmms
		button = PREV
		config = PREV
	end
	begin
		prog   = xmms
		button = SKIP_FORW
		repeat = 2
		config = FWD 3
	end
	begin
		prog   = xmms
		button = SKIP_BACK
		repeat = 2
		config = BWD 3
	end
	begin
		prog   = xmms
		button = VOL_UP
		repeat = 2
		config = VOL_UP 5
	end
	begin
		prog   = xmms
		remote = *
		button = H
		repeat = 2
		config = VOL_DOWN 5
	end
end xmms
#####################################################################
#
#  MPlayer
#
#####################################################################
begin mplayer
	begin
		prog   = mplayer
		remote = *
		button = PLAYLIST
		config = gui_playlist
	end
	begin
		prog   = mplayer
		remote = *
		button = LOAD
		config = gui_loadfile
	end
	begin
		prog   = mplayer
		remote = *
		button = TXT
		config = gui_loadsubtitle
	end
	begin
		prog   = mplayer
		remote = *
		button = FULLSCREEN
		config = vo_fullscreen
	end
	begin
		prog   = mplayer
		remote = *
		button = MUTE
		config = mute
	end
	begin
		prog   = mplayer
		remote = *
		button = SKIP_FORW
		repeat = 1
		config = seek +10
	end
	begin
		prog   = mplayer
		remote = *
		button = VOL_DOWN
		repeat = 1
		config = volume -1
	end
	begin
		prog   = mplayer
		remote = *
		button = VOL_UP
		repeat = 1
		config = volume 1
	end
	begin
		prog   = mplayer
		remote = *
		button = SKIP_BACK
		repeat = 1
		config = seek -10
	end
	begin
		prog   = mplayer
		button = play
		config = pause
	end
	begin
		prog   = mplayer
		button = pause
		config = pause
	end
	begin
		prog   = mplayer
		button = stop
		config = seek 0 1\npause
	end
	begin
		prog   = mplayer
		button = NEXT
		config = pt_step 1
	end
	begin
		prog   = mplayer
		button = PREV
		config = pt_step -1
	end
	begin
		prog   = mplayer
		button = EXIT
		config = quit
	end
end mplayer
#####################################################################
#
#  GQview
#
#####################################################################
begin gqview
	begin
		prog   = irxevent
		remote = *
		button = EXIT
		config = Key ctrl-q GQview
	end
	begin
		prog   = irxevent
		remote = *
		button = FULLSCREEN
		config = Key v GQview
	end
	begin
		prog   = irxevent
		remote = *
		button = PREV
		repeat = 5
		config = Key Prior GQview
	end
	begin
		prog   = irxevent
		remote = *
		button = SKIP_BACK
		config = Key Home GQview
	end
	begin
		prog   = irxevent
		remote = *
		button = SKIP_FORW
		config = Key End GQview
	end
	begin
		prog   = irxevent
		remote = *
		button = NEXT
		repeat = 5
		config = Key Next GQview
	end
	begin
		prog   = irxevent
		button = ZOOM-
		repeat = 5
		config = Key minus GQview
	end
	begin
		prog   = irxevent
		button = ZOOM+
		repeat = 5
		config = Key plus GQview
	end
	begin
		prog   = irxevent
		button = C
		config = Key s GQview
	end
	begin
		prog   = irxevent
		button = LOAD
		config = Key o GQview
	end
end gqview
#####################################################################
#
# Sterowanie Xwindow Linuxa
#
#####################################################################
begin linux
	begin
		prog   = irexec
		button = PAUSE
		config = xscreensaver-command -activate
	end
	begin
		prog   = irxevent
		button = sNEXT
		config = Key alt-Escape RootWindow
	end
	begin
		prog   = irxevent
		button = sPREV
		config = Key alt-shift-Escape RootWindow
	end
	begin
		prog   = irexec
		button = STOP
		config = xset dpms force off
	end
	begin
		prog   = irexec
		button = PLAY
		config = xset dpms force on
	end
	begin
		prog   = irexec
		button = EXIT
		config = poweroff
	end
end linux
#####################################################################
#
#  Xine
#
#####################################################################
# Reduce the output window size.
begin xine
	begin
		prog   = xine
		button = xxxxx
		config = WindowReduce
	end
	# Enlarge the output window size.
	begin
		prog   = xine
		button = xxxxx
		config = WindowEnlarge
	end
	# Select next sub picture (subtitle) channel.
	begin
		prog   = xine
		button = NEXT
		config = SpuNext
	end
	# Select previous sub picture (subtitle) channel.
	begin
		prog   = xine
		button = PREV
		config = SpuPrior
	end
	# Visibility toggle of control window.
	begin
		prog   = xine
		button = xxxxx
		config = ControlShow
	end
	# Visibility toggle of output window visibility.
	begin
		prog   = xine
		button = xxxxx
		config = ToggleWindowVisibility
	end
	# Select next audio channel.
	begin
		prog   = xine
		button = xxxxx
		config = AudioChannelNext
	end
	# Select previous audio channel.
	begin
		prog   = xine
		button = xxxxx
		config = AudioChannelPrior
	end
	# Visibility toggle of playlist editor window.
	begin
		prog   = xine
		button = PLAYLIST
		config = PlaylistEditor
	end
	# Playback pause toggle.
	begin
		prog   = xine
		button = PAUSE
		config = Pause
	end
	# Visibility toggle of UI windows.
	begin
		prog   = xine
		button = xxxxx
		config = ToggleVisiblity
	end
	# Fullscreen toggle.
	begin
		prog   = xine
		button = FULLSCREEN
		config = ToggleFullscreen
	end
	# Aspect ratio values toggle.
	begin
		prog   = xine
		button = xxxxx
		config = ToggleAspectRatio
	end
	# Interlaced mode toggle.
	begin
		prog   = xine
		button = xxxxx
		config = ToggleInterleave
	end
	# Quit the program.
	begin
		prog   = irxevent
		button = EXIT
		config = Key q xine
	end
	# Start playback.
	begin
		prog   = xine
		button = PLAY
		config = Play
	end
	# Visibility toggle of the setup window.
	begin
		prog   = xine
		button = xxxxx
		config = SetupShow
	end
	# Stop playback.
	begin
		prog   = xine
		button = STOP
		config = Stop
	end
	# Select and play next mrl in the playlist.
	begin
		prog   = xine
		button = xxxxx
		config = NextMrl
	end
	# Select and play previous mrl in the playlist.
	begin
		prog   = xine
		button = xxxxx
		config = PriorMrl
	end
	# Eject the current medium.
	begin
		prog   = xine
		button = xxxxx
		config = Eject
	end
	# Set position to beginning of current stream.
	begin
		prog   = xine
		button = xxxxx
		config = SetPosition0%
	end
	# Set position to 10% of current stream.
	begin
		prog   = xine
		button = xxxxx
		config = SetPosition10%
	end
	# Set position to 20% of current stream.
	begin
		prog   = xine
		button = xxxxx
		config = SetPosition20%
	end
	# Set position to 30% of current stream.
	begin
		prog   = xine
		button = xxxxx
		config = SetPosition30%
	end
	# Set position to 40% of current stream.
	begin
		prog   = xine
		button = xxxxx
		config = SetPosition40%
	end
	# Set position to 50% of current stream.
	begin
		prog   = xine
		button = xxxxx
		config = SetPosition50%
	end
	# Set position to 60% of current stream.
	begin
		prog   = xine
		button = xxxxx
		config = SetPosition60%
	end
	# Set position to 70% of current stream.
	begin
		prog   = xine
		button = xxxxx
		config = SetPosition70%
	end
	# Set position to 80% of current stream.
	begin
		prog   = xine
		button = xxxxx
		config = SetPosition80%
	end
	# Set position to 90% of current stream.
	begin
		prog   = xine
		button = xxxxx
		config = SetPosition90%
	end
	# Set position to -60 seconds in current stream.
	begin
		prog   = xine
		button = xxxxx
		config = SeekRelative-60
	end
	# Set position to +60 seconds in current stream.
	begin
		prog   = xine
		button = xxxxx
		config = SeekRelative+60
	end
	# Set position to -15 seconds in current stream.
	begin
		prog   = xine
		button = SKIP_BACK
		config = SeekRelative-15
	end
	# Set position to +15 seconds in current stream.
	begin
		prog   = xine
		button = SKIP_FORW
		config = SeekRelative+15
	end
	# Visibility toggle of mrl browser window.
	begin
		prog   = xine
		button = xxxxx
		config = MrlBrowser
	end
	# Audio muting toggle.
	begin
		prog   = xine
		button = MUTE
		config = Mute
	end
	# Change audio syncing.
	begin
		prog   = xine
		button = xxxxx
		config = AudioVideoDecay+
	end
	# Change audio syncing.
	begin
		prog   = xine
		button = xxxxx
		config = AudioVideoDecay-
	end
	# Reset audio video syncing offset.
	begin
		prog   = xine
		button = xxxxx
		config = AudioVideoDecayReset
	end
	# Increment playback speed.
	begin
		prog   = xine
		button = xxxxx
		config = SpeedFaster
	end
	# Decrement playback speed.
	begin
		prog   = xine
		button = xxxxx
		config = SpeedSlower
	end
	# Increment audio volume.
	begin
		prog   = xine
		button = VOL_UP
		config = Volume+
	end
	# Decrement audio volume.
	begin
		prog   = xine
		button = VOL_DOWN
		config = Volume-
	end
	# Take a snapshot (Internal image fetch and save).
	begin
		prog   = xine
		button = xxxxx
		config = Snapshot
	end
	# Resize output window to stream size1:1.
	begin
		prog   = xine
		button = xxxxx
		config = Zoom1:1
	end
	# Grab pointer toggle.
	begin
		prog   = xine
		button = xxxxx
		config = GrabPointer
	end
	# Menu 1 event.
	begin
		prog   = xine
		button = xxxxx
		config = EventMenu1
	end
	# Menu 2 event.
	begin
		prog   = xine
		button = xxxxx
		config = EventMenu2
	end
	# Menu 3 event.
	begin
		prog   = xine
		button = xxxxx
		config = EventMenu3
	end
	# Up event.
	begin
		prog   = xine
		button = xxxxx
		config = EventUp
	end
	# Down event.
	begin
		prog   = xine
		button = xxxxx
		config = EventDown
	end
	# Left event.
	begin
		prog   = xine
		button = xxxxx
		config = EventLeft
	end
	# Right event.
	begin
		prog   = xine
		button = xxxxx
		config = EventRight
	end
	# Previous event.
	begin
		prog   = xine
		button = xxxxx
		config = EventPrior
	end
	# Next event.
	begin
		prog   = xine
		button = xxxxx
		config = EventNext
	end
	# Previous angle event.
	begin
		prog   = xine
		button = xxxxx
		config = EventAnglePrior
	end
	# Next angle event.
	begin
		prog   = xine
		button = xxxxx
		config = EventAngleNext
	end
	# Select event.
	begin
		prog   = xine
		button = xxxxx
		config = EventSelect
	end
	# Zoom into video.
	begin
		prog   = xine
		button = xxxxx
		config = ZoomIn
	end
	# Zoom out of video.
	begin
		prog   = xine
		button = xxxxx
		config = ZoomOut
	end
	# Zoom into video horizontally, distorting aspect ratio.
	begin
		prog   = xine
		button = xxxxx
		config = ZoomInX
	end
	# Zoom out of video horizontally, distorting aspect ratio.
	begin
		prog   = xine
		button = xxxxx
		config = ZoomOutX
	end
	# Zoom into video vertically, distorting aspect ratio.
	begin
		prog   = xine
		button = xxxxx
		config = ZoomInY
	end
	# Zoom out of video vertically, distorting aspect ratio.
	begin
		prog   = xine
		button = xxxxx
		config = ZoomOutY
	end
	# Reset zooming.
	begin
		prog   = xine
		button = xxxxx
		config = ZoomReset
	end
	# Toggle TV modes on the DXR3
	begin
		prog   = xine
		button = xxxxx
		config = ToggleTVmode
	end
	# Visibility toggle of log viewer
	begin
		prog   = xine
		button = xxxxx
		config = ViewlogShow
	end
end xine
#####################################################################
#
# XAWTV
#
#####################################################################
begin xawtv
	begin
		prog   = xawtv
		remote = *
		button = NEXT
		config = setstation next
	end
	begin
		prog   = xawtv
		remote = *
		button = PREV
		config = setstation prev
	end
	begin
		prog   = xawtv
		remote = *
		button = VOL_UP
		config = volume inc
	end
	begin
		prog   = xawtv
		remote = *
		button = VOL_DOWN
		config = volume dec
	end
	begin
		prog   = xawtv
		remote = *
		button = MUTE
		config = volume mute
	end
	begin
		prog   = xawtv
		remote = *
		button = FULLSCREEN
		config = fullscreen toggle
		flags  = once
	end
	begin
		prog   = xawtv
		remote = *
		button = PLAYLIST
		config = setinput next
	end
	begin
		prog   = xawtv
		remote = *
		button = EXIT
		config = quit
		flags  = once
	end
	begin
		prog   = xawtv
		remote = *
		button = ARROW_UP
		config = keypad 1
	end
	begin
		prog   = xawtv
		remote = *
		button = ARROW_UP
		config = keypad 2
	end
	begin
		prog   = xawtv
		remote = *
		button = PG_UP
		config = keypad 3
	end
	begin
		prog   = xawtv
		remote = *
		button = ARROW_LEFT
		config = keypad 4
	end
	begin
		prog   = xawtv
		remote = *
		button = ENTER
		config = keypad 5
	end
	begin
		prog   = xawtv
		remote = *
		button = ARROW_RIGHT
		config = keypad 6
	end
	begin
		prog   = xawtv
		remote = *
		button = END
		config = keypad 7
	end
	begin
		prog   = xawtv
		remote = *
		button = ARROW_DOWN
		config = keypad 8
	end
	begin
		prog   = xawtv
		remote = *
		button = PG_DN
		config = keypad 9
	end
	begin
		prog   = xawtv
		remote = *
		button = SPACE
		config = keypad 0
	end
end xawtv
#####################################################################
#
#  Xpdf
#
#####################################################################
begin xpdf
	begin
		prog   = irxevent
		remote = *
		button = LOAD
		config = Key o xpdf
	end
	begin
		prog   = irxevent
		remote = *
		button = PREV
		config = Key p xpdf
	end
	begin
		prog   = irxevent
		remote = *
		button = NEXT
		config = Key n xpdf
	end
	begin
		prog   = irxevent
		remote = *
		button = SKIP_BACK
		config = Key BackSpace xpdf
	end
	begin
		prog   = irxevent
		remote = *
		button = SKIP_FORW
		config = Key space xpdf
	end
	begin
		prog   = irxevent
		remote = *
		button = ZOOM-
		config = Key minus xpdf
	end
	begin
		prog   = irxevent
		remote = *
		button = ZOOM+
		config = Key KP_Add xpdf
	end
	begin
		prog   = irxevent
		remote = *
		button = sPREV
		config = Key z xpdf
	end
	begin
		prog   = irxevent
		remote = *
		button = sNEXT
		config = Key w xpdf
	end
	begin
		prog   = irxevent
		remote = *
		button = EXIT
		config = Key q xpdf
	end
end xpdf
#####################################################################
#
#  FREEVO
#  In freevo_config.py variable LIRCRC have to show this file
#  eg. LIRCRC = '/home/john/.lircrc'
#####################################################################
begin freevo
	begin
		prog   = irexec
		remote = *
		button = POWER
		config = freevo stop
	end
	begin
		prog   = freevo
		remote = *
		button = PLAYLIST
		config = DISPLAY
	end
	begin
		prog   = freevo
		remote = *
		button = sPLAYLIST
		config = SUBTITLE
	end
	begin
		prog   = freevo
		remote = *
		button = BUTTONR_DOWN
		config = EXIT
	end
	begin
		prog   = freevo
		remote = *
		button = MOUSE_N
		config = UP
	end
	begin
		prog   = freevo
		remote = *
		button = MOUSE_S
		config = DOWN
	end
	begin
		prog   = freevo
		remote = *
		button = MOUSE_W
		config = LEFT
	end
	begin
		prog   = freevo
		remote = *
		button = MOUSE_E
		config = RIGHT
	end
	begin
		prog   = freevo
		remote = *
		button = BUTTONL_DOWN
		config = SELECT
	end
	begin
		prog   = freevo
		remote = *
		button = FULLSCREEN
		config = SELECT
	end
	begin
		prog   = freevo
		remote = *
		button = MUTE
		config = MUTE
	end
	begin
		prog   = freevo
		remote = *
		button = VOL_UP
		config = VOL+
	end
	begin
		prog   = freevo
		remote = *
		button = VOL_DOWN
		config = VOL-
	end
	begin
		prog   = freevo
		remote = *
		button = NEXT
		config = CH+
	end
	begin
		prog   = freevo
		remote = *
		button = PREV
		config = CH-
	end
	begin
		prog   = freevo
		remote = *
		button = sPREV
		config = PREV_CH
	end
	begin
		prog   = freevo
		button = sNEXT
		config = NEXT_CH
	end
	begin
		prog   = freevo
		button = SKIP_BACK
		config = REW
	end
	begin
		prog   = freevo
		button = SKIP_FORW
		config = FFWD
	end
	begin
		prog   = freevo
		remote = *
		button = PLAY
		config = PLAY
	end
	begin
		prog   = freevo
		remote = *
		button = PAUSE
		config = PAUSE
	end
	begin
		prog   = freevo
		remote = *
		button = STOP
		config = STOP
	end
	begin
		prog   = freevo
		remote = *
		button = sPLAY
		config = REC
	end
	begin
		prog   = freevo
		remote = *
		button = HELP
		repeat = 10
		config = EJECT
	end
	begin
		prog   = freevo
		remote = *
		button = HOME
		config = 
	end
	begin
		prog   = freevo
		remote = *
		button = ARROW_UP
		config = 
	end
	begin
		prog   = freevo
		remote = *
		button = PG_UP
		config = 
	end
	begin
		prog   = freevo
		remote = *
		button = ARROW_LEFT
		config = 
	end
	begin
		prog   = freevo
		remote = *
		button = ENTER
		config = 
	end
	begin
		prog   = freevo
		remote = *
		button = ARROW_RIGHT
		config = 
	end
	begin
		prog   = freevo
		remote = *
		button = END
		config = 
	end
	begin
		prog   = freevo
		remote = *
		button = ARROW_DOWN
		config = 
	end
	begin
		prog   = freevo
		remote = *
		button = PG_DN
		config = 
	end
	begin
		prog   = freevo
		remote = *
		button = SPACE
		config = 
	end
	begin
		prog   = freevo
		remote = *
		button = TAB
		config = 
	end
	begin
		prog   = freevo
		remote = *
		button = ESC
		config = 
	end
	begin
		prog   = freevo
		remote = *
		button = ALT
		config = 
	end
end freevo
#####################################################################
#
#  Wybor aplikacji
#
#####################################################################
begin
	prog   = irexec
	button = A
	config = xmms&
	mode   = xmms
end
#tag:Uruchom program tylko raz!!
begin
	prog   = irexec
	button = B
	config = URUCH=`ps ahx |grep gmplayer |grep -v grep`; if [ -z "$URUCH" ]; then `gmplayer &>/dev/null &` ; fi
	mode   = mplayer
end
#tag:Uruchom program tylko raz!!
begin
	prog   = irexec
	button = C
	config = URUCH=`ps ahx |grep gqview |grep -v grep`; if [ -z "$URUCH" ]; then `gqview &>/dev/null &` ; fi
	mode   = gqview
end
begin
	prog   = none
	button = D
	mode   = linux
end
#tag:Uruchom program tylko raz!!
begin
	prog   = irexec
	remote = *
	button = E
	config = URUCH=`ps ahx |grep xine |grep -v grep | grep -v xinetd`; if [ -z "$URUCH" ]; then `xine &>/dev/null &` ; fi
	mode   = xine
end
#tag:Uruchom program tylko raz!!
begin
	prog   = irexec
	button = F
	config = URUCH=`ps ahx |grep xawtv |grep -v grep`; if [ -z "$URUCH" ]; then `xawtv &>/dev/null &` ; fi
	mode   = xawtv
end
#tag:Uruchom program tylko raz!!
begin
	prog   = irexec
	button = G
	config = URUCH=`ps ahx |grep xpdf |grep -v grep`; if [ -z "$URUCH" ]; then `xpdf &>/dev/null &` ; fi
	mode   = xpdf
end
#tag:Uruchom program tylko raz!!
begin
	prog   = irexec
	remote = *
	button = H
	config = freevo&
	mode   = freevo
end
#####################################################################
#
# Klawisze Globalne
#
#####################################################################
begin
	prog   = irxevent
	button = HOME
	config = Key Home CurrentWindow
end
begin
	prog   = irxevent
	button = ARROW_UP
	repeat = 5
	config = Key Up CurrentWindow
end
begin
	prog   = irxevent
	button = PG_UP
	repeat = 5
	config = Key Page_Up CurrentWindow
end
begin
	prog   = irxevent
	button = ARROW_LEFT
	repeat = 5
	config = Key Left CurrentWindow
end
begin
	prog   = irxevent
	button = ENTER
	config = Key Return CurrentWindow
end
begin
	prog   = irxevent
	button = ARROW_RIGHT
	repeat = 5
	config = Key Right CurrentWindow
end
begin
	prog   = irxevent
	button = END
	config = Key End CurrentWindow
end
begin
	prog   = irxevent
	button = ARROW_DOWN
	repeat = 5
	config = Key Down CurrentWindow
end
begin
	prog   = irxevent
	button = PG_DN
	repeat = 5
	config = Key Page_Down CurrentWindow
end
begin
	prog   = irxevent
	button = TAB
	config = Key Tab CurrentWindow
end
begin
	prog   = irxevent
	remote = *
	button = sTAB
	config = Key shift-Tab CurrentWindow
end
begin
	prog   = irxevent
	button = SPACE
	config = Key space CurrentWindow
end
begin
	prog   = irxevent
	button = ESC
	config = Key Escape CurrentWindow
end
begin
	prog   = irxevent
	button = ALT
	config = Key UP CurrentWindow
end
begin
	prog   = irxevent
	button = 1
	config = Key 1 CurrentWindow
end
begin
	prog   = irxevent
	button = 2
	config = Key 2 CurrentWindow
end
begin
	prog   = irxevent
	button = 3
	config = Key 3 CurrentWindow
end
begin
	prog   = irxevent
	remote = *
	button = 4
	config = Key 4 CurrentWindow
end
begin
	prog   = irxevent
	button = 5
	config = Key 5 CurrentWindow
end
begin
	prog   = irxevent
	button = 6
	config = Key 6 CurrentWindow
end
begin
	prog   = irxevent
	button = 7
	config = Key 7 CurrentWindow
end
begin
	prog   = irxevent
	button = 8
	config = Key 8 CurrentWindow
end
begin
	prog   = irxevent
	button = 9
	config = Key 9 CurrentWindow
end
begin
	prog   = irxevent
	button = 0
	config = Key 0 CurrentWindow
end