You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I carefully read all instruction and confirm that I did the following:
I tested with the latest mpv version to validate that the issue is not already fixed.
I provided all required information including system and mpv version.
I produced the log file with the exact same set of files, parameters, and conditions used in "Reproduction Steps", with the addition of --log-file=output.txt.
I produced the log file while the behaviors described in "Actual Behavior" were actively observed.
I attached the full, untruncated log file.
I attached the backtrace in the case of a crash.
The text was updated successfully, but these errors were encountered:
if you want to overwrite any key bound in the menu you have to overwrite those in the macOS "System Setting" (this will also only work with the mpv bundle). they will always take precedence over any configured key bindings and can not be bound/configured via the input.conf.
this is a limitation on how mpv initialises the menu bar and how it loads the options. though it might be a historical limitation by now. with the recent rewrite it might be possible to disable them completely via an option.
mpv Information
Important Information
Reproduction Steps
mpv --no-config --no-input-builtin-bindings --no-input-default-bindings
Expected Behavior
Possible to set own bind to any keys with input-builtin-bindings=no and input-default-bindings=no
Actual Behavior
Ignores custom binds on input.conf, even with input-builtin-bindings=no and input-default-bindings=no.
Meta+3/4/5/etc... works fine.
Log File
output.txt
Sample Files
Screen.Recording.2024-06-05.at.18.12.21.mp4
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.The text was updated successfully, but these errors were encountered: