From 77d42d5532c2f411da1b1e054b1a867498c7187d Mon Sep 17 00:00:00 2001 From: der richter Date: Tue, 21 Jan 2020 19:15:51 +0100 Subject: input: add new PLAYONLY and PAUSEONLY MP_KEY key codes since the old PLAY and PAUSE key codes cycle through the pause property, the new key codes only explicitly set the pause property. --- etc/input.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/input.conf b/etc/input.conf index 9c870ea42b..2130ffa847 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -149,6 +149,8 @@ #PLAY cycle pause #PAUSE cycle pause #PLAYPAUSE cycle pause +#PLAYONLY set pause no +#PAUSEONLY set pause yes #STOP quit #FORWARD seek 60 #REWIND seek -60 -- cgit v1.2.3