Support input-builtin-bindings
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user