home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / emovix / eMovix-0.9.0pre1_Setup.exe / {app} / src / movix / input.conf < prev    next >
Encoding:
Text File  |  2003-02-04  |  1.9 KB  |  104 lines

  1. ##
  2. ## MPlayer input control file
  3. ##
  4. ## You are able to redefine default keyboard/joystick/mouse/LIRC bindings, or
  5. ## add new ones.
  6. ##
  7. ## The file should be placed into $HOME/.mplayer directory.
  8. ##
  9.  
  10. RIGHT seek +10
  11. LEFT seek -10
  12. DOWN seek -60
  13. UP seek +60
  14. PGUP seek 600
  15. PGDWN seek -600
  16. - audio_delay 0.100
  17. + audio_delay -0.100
  18. q quit
  19. ESC quit
  20. ENTER pt_step 1 1
  21. p pause
  22. SPACE pause
  23. HOME pt_up_step 1
  24. END pt_up_step -1
  25. > pt_step 1
  26. < pt_step -1
  27. INS alt_src_step 1
  28. DEL alt_src_step -1
  29. o osd
  30. z sub_delay -0.1
  31. x sub_delay +0.1
  32. 9 volume -1
  33. / volume -1
  34. 0 volume 1
  35. * volume 1
  36. 1 contrast -1
  37. 2 contrast 1
  38. 3 brightness -1
  39. 4 brightness 1
  40. 5 hue -1
  41. 6 hue 1
  42. 7 saturation -1
  43. 8 saturation 1
  44. d frame_drop
  45. r sub_pos -1
  46. t sub_pos +1
  47. #? sub_step +1        # immediately display next subtitle
  48. #? sub_step -1        #                     previous
  49. f vo_fullscreen
  50.  
  51. h tv_step_channel 1
  52. l tv_step_channel -1
  53. n tv_step_norm
  54. b tv_step_chanlist
  55.  
  56. ##
  57. ## GUI
  58. ##
  59.  
  60. #l gui_loadfile
  61. #t gui_loadsubtitle
  62. #a gui_about
  63. #s gui_stop
  64. #p gui_playlist
  65. #r gui_preferences
  66. #c gui_skinbrowser
  67.  
  68. ##
  69. ## Joystick section
  70. ## WARNING: joystick support has to be explicitly enabled at
  71. ##          compiletime with --enable-joystick
  72. ##
  73.  
  74. JOY_RIGHT seek 10
  75. JOY_LEFT seek -10
  76. JOY_UP seek 60
  77. JOY_DOWN seek -60
  78. JOY_BTN0 pause
  79. JOY_BTN1 osd
  80. JOY_BTN2 volume 1
  81. JOY_BTN3 volume -1
  82.  
  83. ##
  84. ## OSD Menu movement keys
  85. ##
  86. ## If you are using only the keyboard it is enough to define one command (like
  87. ## "menu up"), because the that single key will display the menu, which can
  88. ## then be navigated with the cursor keys and ENTER.
  89. ##
  90. ## LIRC users should bind each "menu" command to a button on their remote.
  91. ##
  92. ## The set_menu command displays directly the (sub)menu specified as
  93. ## its argument. Usage should be self-explanatory (although not likely
  94. ## to be needed), after reading input.conf.
  95. ##
  96.  
  97. #MOUSE_BTN0 menu up
  98. #y menu down
  99. #y menu ok
  100. #y menu cancel
  101. #y menu hide
  102. #y set_menu general_pref
  103. m menu console1
  104.