Support input-builtin-bindings

This commit is contained in:
stax76
2021-10-09 14:31:34 +02:00
parent 819b026ec7
commit 1a475f9fe8
3 changed files with 6 additions and 3 deletions

View File

@@ -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

View File

@@ -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