input.conf 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. #MOUSE_BTN0 ignore # don't do anything
  2. #MOUSE_BTN0_DBL cycle fullscreen # toggle fullscreen on/off
  3. #MOUSE_BTN2 cycle pause # toggle pause on/off
  4. #MOUSE_BTN3 seek 10
  5. #MOUSE_BTN4 seek -10
  6. #MOUSE_BTN5 add volume -2
  7. #MOUSE_BTN6 add volume 2
  8. # Mouse wheels, touchpad or other input devices that have axes
  9. # if the input devices supports precise scrolling it will also scale the
  10. # numeric value accordingly
  11. #AXIS_UP seek 10
  12. #AXIS_DOWN seek -10
  13. #AXIS_LEFT seek 5
  14. #AXIS_RIGHT seek -5
  15. ## Seek units are in seconds, but note that these are limited by keyframes
  16. #RIGHT seek 5
  17. #LEFT seek -5
  18. #UP seek 60
  19. #DOWN seek -60
  20. # Do smaller, always exact (non-keyframe-limited), seeks with shift.
  21. # Don't show them on the OSD (no-osd).
  22. #Shift+RIGHT no-osd seek 1 exact
  23. #Shift+LEFT no-osd seek -1 exact
  24. #Shift+UP no-osd seek 5 exact
  25. #Shift+DOWN no-osd seek -5 exact
  26. # Skip to previous/next subtitle (subject to some restrictions; see manpage)
  27. #Ctrl+LEFT no-osd sub-seek -1
  28. #Ctrl+RIGHT no-osd sub-seek 1
  29. #PGUP add chapter 1 # skip to next chapter
  30. #PGDWN add chapter -1 # skip to previous chapter
  31. #Shift+PGUP seek 600
  32. #Shift+PGDWN seek -600
  33. #[ multiply speed 0.9091 # scale playback speed
  34. #] multiply speed 1.1
  35. #{ multiply speed 0.5
  36. #} multiply speed 2.0
  37. #BS set speed 1.0 # reset speed to normal
  38. #q quit
  39. #Q quit-watch-later
  40. #q {encode} quit 4
  41. #ESC set fullscreen no
  42. #ESC {encode} quit 4
  43. #p cycle pause # toggle pause/playback mode
  44. #. frame-step # advance one frame and pause
  45. #, frame-back-step # go back by one frame and pause
  46. #SPACE cycle pause
  47. #> playlist-next # skip to next file
  48. #ENTER playlist-next # skip to next file
  49. #< playlist-prev # skip to previous file
  50. #O no-osd cycle-values osd-level 3 1 # cycle through OSD mode
  51. #o show-progress
  52. #P show-progress
  53. #I show-text "${filename}" # display filename in osd
  54. #z add sub-delay -0.1 # subtract 100 ms delay from subs
  55. #x add sub-delay +0.1 # add
  56. #ctrl++ add audio-delay 0.100 # this changes audio/video sync
  57. #ctrl+- add audio-delay -0.100
  58. #9 add volume -2
  59. #/ add volume -2
  60. #0 add volume 2
  61. #* add volume 2
  62. #m cycle mute
  63. #1 add contrast -1
  64. #2 add contrast 1
  65. #3 add brightness -1
  66. #4 add brightness 1
  67. #5 add gamma -1
  68. #6 add gamma 1
  69. #7 add saturation -1
  70. #8 add saturation 1
  71. #Alt+0 set window-scale 0.5
  72. #Alt+1 set window-scale 1.0
  73. #Alt+2 set window-scale 2.0
  74. # toggle deinterlacer (automatically inserts or removes required filter)
  75. #d cycle deinterlace
  76. #r add sub-pos -1 # move subtitles up
  77. #t add sub-pos +1 # down
  78. #v cycle sub-visibility
  79. # stretch SSA/ASS subtitles with anamorphic videos to match historical
  80. #V cycle sub-ass-vsfilter-aspect-compat
  81. # switch between applying no style overrides to SSA/ASS subtitles, and
  82. # overriding them almost completely with the normal subtitle style
  83. #u cycle-values sub-ass-style-override "force" "no"
  84. #j cycle sub # cycle through subtitles
  85. #J cycle sub down # ...backwards
  86. #SHARP cycle audio # switch audio streams
  87. #_ cycle video
  88. #T cycle ontop # toggle video window ontop of other windows
  89. #f cycle fullscreen # toggle fullscreen
  90. #s screenshot # take a screenshot
  91. #S screenshot video # ...without subtitles
  92. #Ctrl+s screenshot window # ...with subtitles and OSD, and scaled
  93. #Alt+s screenshot each-frame # automatically screenshot every frame
  94. #w add panscan -0.1 # zoom out with -panscan 0 -fs
  95. #e add panscan +0.1 # in
  96. # cycle video aspect ratios; "-1" is the container aspect
  97. #A cycle-values video-aspect "16:9" "4:3" "2.35:1" "-1"
  98. #POWER quit
  99. #PLAY cycle pause
  100. #PAUSE cycle pause
  101. #PLAYPAUSE cycle pause
  102. #STOP quit
  103. #FORWARD seek 60
  104. #REWIND seek -60
  105. #NEXT playlist-next
  106. #PREV playlist-prev
  107. #VOLUME_UP add volume 2
  108. #VOLUME_DOWN add volume -2
  109. #MUTE cycle mute
  110. #CLOSE_WIN quit
  111. #CLOSE_WIN {encode} quit 4
  112. #E cycle edition # next edition
  113. #l ab-loop # Set/clear A-B loop points
  114. #L cycle-values loop "inf" "no" # toggle infinite looping
  115. #ctrl+c quit 4
  116. # Apple Remote section
  117. #AR_PLAY cycle pause
  118. #AR_PLAY_HOLD quit
  119. #AR_CENTER cycle pause
  120. #AR_CENTER_HOLD quit
  121. #AR_NEXT seek 10
  122. #AR_NEXT_HOLD seek 120
  123. #AR_PREV seek -10
  124. #AR_PREV_HOLD seek -120
  125. #AR_MENU show-progress
  126. #AR_MENU_HOLD cycle mute
  127. #AR_VUP add volume 2
  128. #AR_VUP_HOLD add chapter 1
  129. #AR_VDOWN add volume -2
  130. #AR_VDOWN_HOLD add chapter -1
  131. # For tv://
  132. #h cycle tv-channel -1 # previous channel
  133. #k cycle tv-channel +1 # next channel
  134. # For dvb://
  135. #H cycle dvb-channel-name -1 # previous channel
  136. #K cycle dvb-channel-name +1 # next channel
  137. #
  138. # Legacy bindings (may or may not be removed in the future)
  139. #
  140. #! add chapter -1 # skip to previous chapter
  141. #@ add chapter 1 # next
  142. #
  143. # Not assigned by default
  144. # (not an exhaustive list of unbound commands)
  145. #
  146. # ? add sub-scale +0.1 # increase subtitle font size
  147. # ? add sub-scale -0.1 # decrease subtitle font size
  148. # ? sub-step -1 # immediately display next subtitle
  149. # ? sub-step +1 # previous
  150. # ? cycle angle # switch DVD/Bluray angle
  151. # ? add balance -0.1 # adjust audio balance in favor of left
  152. # ? add balance 0.1 # right
  153. # ? cycle sub-forced-only # toggle DVD forced subs
  154. # ? cycle program # cycle transport stream programs
  155. # ? stop # stop playback (quit or enter idle mode)
  156. l seek 5
  157. h seek -5
  158. j seek -60
  159. k seek 60
  160. S cycle sub
  161. f vo_fullscreen