input.conf: remove redundant comments

This commit is contained in:
Guido Cella 2021-08-19 15:32:55 +02:00 committed by avih
parent 3405f814fb
commit c2dec023b7
1 changed files with 25 additions and 25 deletions

View File

@ -39,8 +39,8 @@
# numeric value accordingly # numeric value accordingly
#WHEEL_UP seek 10 # seek 10 seconds forward #WHEEL_UP seek 10 # seek 10 seconds forward
#WHEEL_DOWN seek -10 # seek 10 seconds backward #WHEEL_DOWN seek -10 # seek 10 seconds backward
#WHEEL_LEFT add volume -2 # lower the volume #WHEEL_LEFT add volume -2
#WHEEL_RIGHT add volume 2 # raise the volume #WHEEL_RIGHT add volume 2
## Seek units are in seconds, but note that these are limited by keyframes ## Seek units are in seconds, but note that these are limited by keyframes
#RIGHT seek 5 # seek 5 seconds forward #RIGHT seek 5 # seek 5 seconds forward
@ -75,11 +75,11 @@
#BS set speed 1.0 # reset the speed to normal #BS set speed 1.0 # reset the speed to normal
#Shift+BS revert-seek # undo the previous (or marked) seek #Shift+BS revert-seek # undo the previous (or marked) seek
#Shift+Ctrl+BS revert-seek mark # mark the position for revert-seek #Shift+Ctrl+BS revert-seek mark # mark the position for revert-seek
#q quit # exit #q quit
#Q quit-watch-later # exit and remember the playback position #Q quit-watch-later # exit and remember the playback position
#q {encode} quit 4 # exit #q {encode} quit 4
#ESC set fullscreen no # leave fullscreen #ESC set fullscreen no # leave fullscreen
#ESC {encode} quit 4 # exit #ESC {encode} quit 4
#p cycle pause # toggle pause/playback mode #p cycle pause # toggle pause/playback mode
#. frame-step # advance one frame and pause #. frame-step # advance one frame and pause
#, frame-back-step # go back by one frame and pause #, frame-back-step # go back by one frame and pause
@ -100,19 +100,19 @@
#ctrl+- add audio-delay -0.100 # change audio/video sync by shifting the audio earlier #ctrl+- add audio-delay -0.100 # change audio/video sync by shifting the audio earlier
#Shift+g add sub-scale +0.1 # increase the subtitle font size #Shift+g add sub-scale +0.1 # increase the subtitle font size
#Shift+f add sub-scale -0.1 # decrease the subtitle font size #Shift+f add sub-scale -0.1 # decrease the subtitle font size
#9 add volume -2 # lower the volume #9 add volume -2
#/ add volume -2 # lower the volume #/ add volume -2
#0 add volume 2 # raise the volume #0 add volume 2
#* add volume 2 # raise the volume #* add volume 2
#m cycle mute # toggle mute #m cycle mute # toggle mute
#1 add contrast -1 # decrease the contrast #1 add contrast -1
#2 add contrast 1 # increase the contrast #2 add contrast 1
#3 add brightness -1 # decrease the brightness #3 add brightness -1
#4 add brightness 1 # increase the brightness #4 add brightness 1
#5 add gamma -1 # decrease the gamma #5 add gamma -1
#6 add gamma 1 # increase the gamma #6 add gamma 1
#7 add saturation -1 # decrease the saturation #7 add saturation -1
#8 add saturation 1 # increase the saturation #8 add saturation 1
#Alt+0 set current-window-scale 0.5 # halve the window size #Alt+0 set current-window-scale 0.5 # halve the window size
#Alt+1 set current-window-scale 1.0 # reset the window size #Alt+1 set current-window-scale 1.0 # reset the window size
#Alt+2 set current-window-scale 2.0 # double the window size #Alt+2 set current-window-scale 2.0 # double the window size
@ -138,27 +138,27 @@
#W add panscan +0.1 # shrink black bars by cropping the video #W add panscan +0.1 # shrink black bars by cropping the video
#e add panscan +0.1 # shrink black bars by cropping the video #e add panscan +0.1 # shrink black bars by cropping the video
#A cycle-values video-aspect-override "16:9" "4:3" "2.35:1" "-1" # cycle the video aspect ratio ("-1" is the container aspect) #A cycle-values video-aspect-override "16:9" "4:3" "2.35:1" "-1" # cycle the video aspect ratio ("-1" is the container aspect)
#POWER quit # exit #POWER quit
#PLAY cycle pause # toggle pause/playback mode #PLAY cycle pause # toggle pause/playback mode
#PAUSE cycle pause # toggle pause/playback mode #PAUSE cycle pause # toggle pause/playback mode
#PLAYPAUSE cycle pause # toggle pause/playback mode #PLAYPAUSE cycle pause # toggle pause/playback mode
#PLAYONLY set pause no # unpause #PLAYONLY set pause no # unpause
#PAUSEONLY set pause yes # pause #PAUSEONLY set pause yes # pause
#STOP quit # exit #STOP quit
#FORWARD seek 60 # seek 1 minute forward #FORWARD seek 60 # seek 1 minute forward
#REWIND seek -60 # seek 1 minute backward #REWIND seek -60 # seek 1 minute backward
#NEXT playlist-next # skip to the next file #NEXT playlist-next # skip to the next file
#PREV playlist-prev # skip to the previous file #PREV playlist-prev # skip to the previous file
#VOLUME_UP add volume 2 # raise the volume #VOLUME_UP add volume 2
#VOLUME_DOWN add volume -2 # lower the volume #VOLUME_DOWN add volume -2
#MUTE cycle mute # toggle mute #MUTE cycle mute # toggle mute
#CLOSE_WIN quit # exit #CLOSE_WIN quit
#CLOSE_WIN {encode} quit 4 # exit #CLOSE_WIN {encode} quit 4
#ctrl+w quit # exit #ctrl+w quit
#E cycle edition # switch edition #E cycle edition # switch edition
#l ab-loop # set/clear A-B loop points #l ab-loop # set/clear A-B loop points
#L cycle-values loop-file "inf" "no" # toggle infinite looping #L cycle-values loop-file "inf" "no" # toggle infinite looping
#ctrl+c quit 4 # exit #ctrl+c quit 4
#DEL script-binding osc/visibility # cycle OSC visibility between never, auto (mouse-move) and always #DEL script-binding osc/visibility # cycle OSC visibility between never, auto (mouse-move) and always
#ctrl+h cycle-values hwdec "auto" "no" # toggle hardware decoding #ctrl+h cycle-values hwdec "auto" "no" # toggle hardware decoding
#F8 show-text ${playlist} # show the playlist #F8 show-text ${playlist} # show the playlist