From 496b13227b7f4b47a660bbf4e314f9a55b7e8867 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 1 Mar 2018 15:10:59 +0100 Subject: input: minor additions to default key bindings This adds key bindings for some semi-popular features. It also tries to cleanup some old bindings. For example w/e for panscan is now changed to w/W. In all cases, the old bindings are still kept and work, though. Part of an ongoing attempt to cleanup the default key bindings. See #973 for some context. --- etc/input.conf | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) (limited to 'etc') diff --git a/etc/input.conf b/etc/input.conf index a35d439ea4..60cd77cc41 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -54,6 +54,19 @@ # Skip to previous/next subtitle (subject to some restrictions; see manpage) #Ctrl+LEFT no-osd sub-seek -1 #Ctrl+RIGHT no-osd sub-seek 1 +# Adjust timing to previous/next subtitle +#Ctrl+Shift+LEFT sub-step -1 +#Ctrl+Shift+RIGHT sub-step 1 +# Move video rectangle +#Alt+left add video-pan-x 0.1 +#Alt+right add video-pan-x -0.1 +#Alt+up add video-pan-y 0.1 +#Alt+down add video-pan-y -0.1 +# Zoom/unzoom video +#Alt++ add video-zoom 0.1 +#Alt+- add video-zoom -0.1 +# Reset video zoom/pan settings +#Alt+BS set video-zoom 0 ; set video-pan-x 0 ; set video-pan-y 0 #PGUP add chapter 1 # skip to next chapter #PGDWN add chapter -1 # skip to previous chapter #Shift+PGUP seek 600 @@ -63,6 +76,8 @@ #{ multiply speed 0.5 #} multiply speed 2.0 #BS set speed 1.0 # reset speed to normal +#Shift+BS revert-seek # undo previous (or marked) seek +#Shift+Ctrl+BS revert-seek mark # mark position for revert-seek #q quit #Q quit-watch-later #q {encode} quit 4 @@ -81,7 +96,8 @@ #i script-binding stats/display-stats #I script-binding stats/display-stats-toggle #z add sub-delay -0.1 # subtract 100 ms delay from subs -#x add sub-delay +0.1 # add +#Z add sub-delay +0.1 # add +#x add sub-delay +0.1 # same as previous binding (discouraged) #ctrl++ add audio-delay 0.100 # this changes audio/video sync #ctrl+- add audio-delay -0.100 #9 add volume -2 @@ -103,7 +119,8 @@ # toggle deinterlacer (automatically inserts or removes required filter) #d cycle deinterlace #r add sub-pos -1 # move subtitles up -#t add sub-pos +1 # down +#R add sub-pos +1 # down +#t add sub-pos +1 # same as previous binding (discouraged) #v cycle sub-visibility # stretch SSA/ASS subtitles with anamorphic videos to match historical #V cycle sub-ass-vsfilter-aspect-compat @@ -121,7 +138,8 @@ #Ctrl+s async screenshot window # ...with subtitles and OSD, and scaled #Alt+s screenshot each-frame # automatically screenshot every frame #w add panscan -0.1 # zoom out with -panscan 0 -fs -#e add panscan +0.1 # in +#W add panscan +0.1 # in +#e add panscan +0.1 # same as previous binding (discouraged) # cycle video aspect ratios; "-1" is the container aspect #A cycle-values video-aspect "16:9" "4:3" "2.35:1" "-1" #POWER quit @@ -144,6 +162,8 @@ #ctrl+c quit 4 #DEL script-binding osc/visibility # cycle OSC display #ctrl+h cycle-values hwdec "auto" "no" # cycle hardware decoding +#F8 show_text ${playlist} # show playlist +#F9 show_text ${track-list} # show list of audio/sub streams # Apple Remote section #AR_PLAY cycle pause @@ -174,11 +194,7 @@ # ? add sub-scale +0.1 # increase subtitle font size # ? add sub-scale -0.1 # decrease subtitle font size -# ? sub-step -1 # immediately display next subtitle -# ? sub-step +1 # previous # ? cycle angle # switch DVD/Bluray angle -# ? add balance -0.1 # adjust audio balance in favor of left -# ? add balance 0.1 # right # ? cycle sub-forced-only # toggle DVD forced subs # ? cycle program # cycle transport stream programs # ? stop # stop playback (quit or enter idle mode) -- cgit v1.2.3