From aca591ded3f7600882b57ec4526bc49b1377f203 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 4 Aug 2015 01:04:26 +0200 Subject: input.conf: remap d/D keys Drop d for toggling framedrop. Toggling this is way too special to be at such a prominent place, and in fact I believe toggling it is pointless. Remap deinterlacing from D to d. It's relatively useful and non- destructive. As suggested in #973 (almost). --- etc/input.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc/input.conf') diff --git a/etc/input.conf b/etc/input.conf index b6cc8e76d5..d9c995889a 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -100,9 +100,8 @@ #6 add gamma 1 #7 add saturation -1 #8 add saturation 1 -#d cycle framedrop # cycle through framedrop modes # toggle deinterlacer (automatically inserts or removes required filter) -#D cycle deinterlace +#d cycle deinterlace #r add sub-pos -1 # move subtitles up #t add sub-pos +1 # down #v cycle sub-visibility -- cgit v1.2.3