From 913b49fcbc3774de1ab91ccb1c591eee4c53912d Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 3 Aug 2014 21:06:53 +0200 Subject: input.conf: remap 2 keys Nobody uses 'c' (except accidentally) - remove. Everyone agrees that OSD level cycling on 'o' is dumb, so map it to show_progress instead. Cycling the OSD level is now available on 'O'. No reason to ummap 'P' yet. Also see issue #973. --- etc/input.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/etc/input.conf b/etc/input.conf index 30a0c67d2d..8c815af07f 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -90,9 +90,10 @@ #> playlist_next # skip to next file #ENTER playlist_next force # skip to next file or quit #< playlist_prev # skip to previous file -#o osd # cycle through OSD mode -#I show_text "${filename}" # display filename in osd +#O osd # cycle through OSD mode +#o show_progress #P show_progress +#I show_text "${filename}" # display filename in osd #z add sub-delay -0.1 # subtract 100 ms delay from subs #x add sub-delay +0.1 # add #9 add volume -1 @@ -113,7 +114,6 @@ #d cycle framedrop # cycle through framedrop modes # toggle deinterlacer; requires either vdpau output, -vf yadif or kerndeint #D cycle deinterlace -#c cycle colormatrix # Next 3 currently only work with --no-ass #r add sub-pos -1 # move subtitles up #t add sub-pos +1 # down @@ -215,3 +215,4 @@ # ? sub_step -1 # immediately display next subtitle # ? sub_step +1 # previous # ? cycle_values window-scale 0.5 2 1 # switch between 1/2, 2x, unresized window size +# ? cycle colormatrix -- cgit v1.2.3