From 1a475f9fe88a86515e7bef4ed377789eb7a6e6f7 Mon Sep 17 00:00:00 2001 From: stax76 Date: Sat, 9 Oct 2021 14:31:34 +0200 Subject: [PATCH] Support input-builtin-bindings --- docs/Changelog.md | 2 ++ src/Resources/input.conf.txt | 4 ++-- src/Resources/mpv.conf.txt | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index ace75e3..2a4c159 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,6 +2,8 @@ 5.5.0.4 Beta (202?-??-??) - Window size flicker issue fix when changing files. +- Support input-builtin-bindings to make mp.add_key_binding behave same as in mpv. +- libmpv avih 2021-10-08 5.5.0.3 Beta (2021-09-23) diff --git a/src/Resources/input.conf.txt b/src/Resources/input.conf.txt index 40e953c..33f0ae7 100644 --- a/src/Resources/input.conf.txt +++ b/src/Resources/input.conf.txt @@ -3,8 +3,8 @@ # A input and config editor can be found in the context menu under 'Settings'. -# The mpv.conf defaults of mpv.net contain: 'input-default-bindings = no' -# which disables the input defaults of mpv. +# The mpv.conf defaults of mpv.net contain input-default-bindings=yes and +# input-builtin-bindings=no which disables the input defaults of mpv. # The input test mode can be started via command line: --input-test diff --git a/src/Resources/mpv.conf.txt b/src/Resources/mpv.conf.txt index ccf7fd7..bf21559 100644 --- a/src/Resources/mpv.conf.txt +++ b/src/Resources/mpv.conf.txt @@ -1,5 +1,6 @@  -input-default-bindings = no +input-default-bindings = yes +input-builtin-bindings = no input-ar-delay = 500 input-ar-rate = 20 keep-open = yes