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.logitech < prev    next >
Encoding:
Text File  |  2003-12-22  |  2.8 KB  |  220 lines

  1. ##################################################
  2. ###  Config file for the Logitech serial remote
  3. ##############
  4.  
  5. ###########
  6. ####  MPlayer keys
  7. ###############################
  8. begin
  9.     prog   = mplayer
  10.         button = SEEK-
  11.     repeat = 0
  12.         config = seek -60
  13. end
  14. begin
  15.     prog   = mplayer
  16.         button = SEEK+
  17.     repeat = 0
  18.         config = seek 60
  19. end
  20. begin
  21.     prog   = mplayer
  22.         button = PAUSE
  23.     repeat = 0
  24.         config = pause
  25. end
  26. begin
  27.     prog   = mplayer
  28.         button = STOP
  29.     repeat = 0
  30.         config = quit
  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 = VOL-
  41.     repeat = 1
  42.         config = volume -1
  43. end
  44. begin
  45.     prog   = mplayer
  46.         button = MUTE
  47.     repeat = 1
  48.         config = mute
  49. end
  50. begin
  51.     prog   = mplayer
  52.         button = MOUSE_E
  53.     repeat = 0
  54.         config = menu ok
  55. end
  56. begin
  57.     prog   = mplayer
  58.         button = MOUSE_W
  59.     repeat = 0
  60.         config = menu cancel
  61. end
  62. begin
  63.     prog   = mplayer
  64.         button = MOUSE_N
  65.     repeat = 0
  66.         config = menu up
  67. end
  68. begin
  69.     prog   = mplayer
  70.         button = MOUSE_S
  71.     repeat = 0
  72.         config = menu down
  73. end
  74. begin
  75.     prog   = mplayer
  76.         button = 1
  77.     repeat = 1
  78.         config = contrast -1
  79. end
  80. begin
  81.     prog   = mplayer
  82.         button = 3
  83.     repeat = 1
  84.         config = contrast +1
  85. end
  86. begin
  87.     prog   = mplayer
  88.         button = 4
  89.     repeat = 1
  90.         config = brightness -1
  91. end
  92. begin
  93.     prog   = mplayer
  94.         button = 6
  95.     repeat = 1
  96.         config = brightness +1
  97. end
  98. begin
  99.     prog   = mplayer
  100.         button = 7
  101.     repeat = 1
  102.         config = sub_pos -1
  103. end
  104. begin
  105.     prog   = mplayer
  106.         button = 9
  107.     repeat = 1
  108.         config = sub_pos +1
  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 = SEEK+
  129.     repeat = 0
  130.     config = \x1b[6~
  131. end 
  132. begin
  133.     prog = fbi
  134.     button = SEEK-
  135.     repeat = 0
  136.     config = \x1b[5~
  137. end
  138. begin
  139.     prog = fbi
  140.     button = STOP
  141.     repeat = 0
  142.     config = \e
  143. end
  144. begin
  145.     prog = fbi
  146.     button = VOL+
  147.     repeat = 0
  148.     config = +
  149. end
  150. begin
  151.     prog = fbi
  152.     button = VOL-
  153.     repeat = 0
  154.     config = -
  155. end
  156. begin
  157.     prog = fbi
  158.     button = PLAY
  159.     repeat = 0
  160.     config = p
  161. end
  162. begin
  163.     prog = fbi
  164.     button = PAUSE
  165.     repeat = 0
  166.     config = p
  167. end
  168. begin
  169.     prog = fbi
  170.     button = HELP
  171.     repeat = 0
  172.     config = \e
  173. end
  174.  
  175. ###########
  176. ####  MoviX menu keys
  177. ###############################
  178. begin
  179.     prog = irpty
  180.     button = SEEK+
  181.     repeat = 0
  182.     config = \x6C
  183. end 
  184. begin
  185.     prog = irpty
  186.     button = SEEK-
  187.     repeat = 0
  188.     config = \x68
  189. end
  190. begin
  191.     prog = irpty
  192.     button = STOP
  193.     repeat = 1
  194.     config = \x6A
  195. end
  196. begin
  197.     prog = irpty
  198.     button = MUTE
  199.     repeat = 1
  200.     config = \x6B
  201. end
  202. begin
  203.     prog = irpty
  204.     button = PLAY
  205.     repeat = 0
  206.     config = \r
  207. end
  208. begin
  209.     prog = irpty
  210.     button = PAUSE
  211.     repeat = 0
  212.     config = \t
  213. end
  214. begin
  215.     prog = irpty
  216.     button = HELP
  217.     repeat = 0
  218.     config = \e
  219. end
  220.