From c2dec023b79ebb54160b5a7a1c5f2b609627f167 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Thu, 19 Aug 2021 15:32:55 +0200 Subject: input.conf: remove redundant comments --- etc/input.conf | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/etc/input.conf b/etc/input.conf index 6ed4e63edd..76c246a4fc 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -39,8 +39,8 @@ # numeric value accordingly #WHEEL_UP seek 10 # seek 10 seconds forward #WHEEL_DOWN seek -10 # seek 10 seconds backward -#WHEEL_LEFT add volume -2 # lower the volume -#WHEEL_RIGHT add volume 2 # raise the volume +#WHEEL_LEFT add volume -2 +#WHEEL_RIGHT add volume 2 ## Seek units are in seconds, but note that these are limited by keyframes #RIGHT seek 5 # seek 5 seconds forward @@ -75,11 +75,11 @@ #BS set speed 1.0 # reset the speed to normal #Shift+BS revert-seek # undo the previous (or marked) 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 {encode} quit 4 # exit +#q {encode} quit 4 #ESC set fullscreen no # leave fullscreen -#ESC {encode} quit 4 # exit +#ESC {encode} quit 4 #p cycle pause # toggle pause/playback mode #. frame-step # advance 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 #Shift+g add sub-scale +0.1 # increase the subtitle font size #Shift+f add sub-scale -0.1 # decrease the subtitle font size -#9 add volume -2 # lower the volume -#/ add volume -2 # lower the volume -#0 add volume 2 # raise the volume -#* add volume 2 # raise the volume +#9 add volume -2 +#/ add volume -2 +#0 add volume 2 +#* add volume 2 #m cycle mute # toggle mute -#1 add contrast -1 # decrease the contrast -#2 add contrast 1 # increase the contrast -#3 add brightness -1 # decrease the brightness -#4 add brightness 1 # increase the brightness -#5 add gamma -1 # decrease the gamma -#6 add gamma 1 # increase the gamma -#7 add saturation -1 # decrease the saturation -#8 add saturation 1 # increase the saturation +#1 add contrast -1 +#2 add contrast 1 +#3 add brightness -1 +#4 add brightness 1 +#5 add gamma -1 +#6 add gamma 1 +#7 add saturation -1 +#8 add saturation 1 #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+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 #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) -#POWER quit # exit +#POWER quit #PLAY cycle pause # toggle pause/playback mode #PAUSE cycle pause # toggle pause/playback mode #PLAYPAUSE cycle pause # toggle pause/playback mode #PLAYONLY set pause no # unpause #PAUSEONLY set pause yes # pause -#STOP quit # exit +#STOP quit #FORWARD seek 60 # seek 1 minute forward #REWIND seek -60 # seek 1 minute backward #NEXT playlist-next # skip to the next file #PREV playlist-prev # skip to the previous file -#VOLUME_UP add volume 2 # raise the volume -#VOLUME_DOWN add volume -2 # lower the volume +#VOLUME_UP add volume 2 +#VOLUME_DOWN add volume -2 #MUTE cycle mute # toggle mute -#CLOSE_WIN quit # exit -#CLOSE_WIN {encode} quit 4 # exit -#ctrl+w quit # exit +#CLOSE_WIN quit +#CLOSE_WIN {encode} quit 4 +#ctrl+w quit #E cycle edition # switch edition #l ab-loop # set/clear A-B loop points #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 #ctrl+h cycle-values hwdec "auto" "no" # toggle hardware decoding #F8 show-text ${playlist} # show the playlist -- cgit v1.2.3