home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / emovix / eMovix-0.9.0pre1_Setup.exe / {app} / src / movix / lircrc.hauppauge < prev    next >
Encoding:
Text File  |  2003-12-26  |  2.7 KB  |  208 lines

  1. ##################################################
  2. ###  Config file for the Hauppauge TV-card remote
  3. ##############
  4.  
  5. ###########
  6. ####  MPlayer keys
  7. ###############################
  8. begin
  9.     prog   = mplayer
  10.         button = TV
  11.     repeat = 0
  12.         config = seek -60
  13. end
  14. begin
  15.     prog   = mplayer
  16.         button = RADIO
  17.     repeat = 0
  18.         config = seek 60
  19. end
  20. begin
  21.     prog   = mplayer
  22.         button = FULL_SCREEN
  23.     repeat = 0
  24.         config = pause
  25. end
  26. begin
  27.     prog   = mplayer
  28.         button = VOL+
  29.     repeat = 1
  30.         config = volume +1
  31. end
  32. begin
  33.     prog   = mplayer
  34.         button = VOL-
  35.     repeat = 1
  36.         config = volume -1
  37. end
  38. begin
  39.     prog   = mplayer
  40.         button = CH+
  41.     repeat = 0
  42.         config = menu up
  43. end
  44. begin
  45.     prog   = mplayer
  46.         button = CH-
  47.     repeat = 0
  48.         config = menu down
  49. end
  50. begin
  51.     prog   = mplayer
  52.         button = MUTE
  53.     repeat = 0
  54.         config = menu cancel
  55. end
  56. begin
  57.     prog   = mplayer
  58.         button = SOURCE
  59.     repeat = 0
  60.         config = menu ok
  61. end
  62. begin
  63.     prog   = mplayer
  64.         button = 1
  65.     repeat = 1
  66.         config = contrast -1
  67. end
  68. begin
  69.     prog   = mplayer
  70.         button = 3
  71.     repeat = 1
  72.         config = contrast +1
  73. end
  74. begin
  75.     prog   = mplayer
  76.         button = 4
  77.     repeat = 1
  78.         config = brightness -1
  79. end
  80. begin
  81.     prog   = mplayer
  82.         button = 6
  83.     repeat = 1
  84.         config = brightness +1
  85. end
  86. begin
  87.     prog   = mplayer
  88.         button = 7
  89.     repeat = 1
  90.         config = sub_pos -1
  91. end
  92. begin
  93.     prog   = mplayer
  94.         button = 9
  95.     repeat = 1
  96.         config = sub_pos +1
  97. end
  98. begin
  99.     prog   = mplayer
  100.         button = 0
  101.     repeat = 0
  102.         config = quit
  103. end
  104. begin
  105.     prog   = mplayer
  106.         button = MINIMIZE
  107.     repeat = 0
  108.         config = menu hide
  109. end
  110.  
  111. ###########
  112. ####  fbi keys
  113. ###############################
  114. begin
  115.     prog = fbi
  116.     button = CH+
  117.     repeat = 0
  118.     config = \x1b[6~
  119. end 
  120. begin
  121.     prog = fbi
  122.     button = CH-
  123.     repeat = 0
  124.     config = \x1b[5~
  125. end
  126. begin
  127.     prog = fbi
  128.     button = MUTE
  129.     repeat = 0
  130.     config = \e
  131. end
  132. begin
  133.     prog = fbi
  134.     button = VOL+
  135.     repeat = 0
  136.     config = +
  137. end
  138. begin
  139.     prog = fbi
  140.     button = VOL-
  141.     repeat = 0
  142.     config = -
  143. end
  144. begin
  145.     prog = fbi
  146.     button = TV
  147.     repeat = 0
  148.     config = p
  149. end
  150. begin
  151.     prog = fbi
  152.     button = RADIO
  153.     repeat = 0
  154.     config = p
  155. end
  156. begin
  157.     prog = fbi
  158.     button = FULL_SCREEN
  159.     repeat = 0
  160.     config = \e
  161. end
  162.  
  163. ###########
  164. ####  MoviX menu keys
  165. ###############################
  166. begin
  167.     prog = irpty
  168.     button = VOL+
  169.     repeat = 0
  170.     config = \x6C
  171. end 
  172. begin
  173.     prog = irpty
  174.     button = VOL-
  175.     repeat = 0
  176.     config = \x68
  177. end
  178. begin
  179.     prog = irpty
  180.     button = CH+
  181.     repeat = 1
  182.     config = \x6A
  183. end
  184. begin
  185.     prog = irpty
  186.     button = CH-
  187.     repeat = 1
  188.     config = \x6B
  189. end
  190. begin
  191.     prog = irpty
  192.     button = FULL_SCREEN
  193.     repeat = 0
  194.     config = \r
  195. end
  196. begin
  197.     prog = irpty
  198.     button = SOURCE
  199.     repeat = 0
  200.     config = \t
  201. end
  202. begin
  203.     prog = irpty
  204.     button = TV
  205.     repeat = 0
  206.     config = \e
  207. end
  208.