mirror of
https://github.com/mpv-player/mpv.git
synced 2026-05-07 20:02:49 +00:00
34571e7882
script-binding command is currently not scalable, so script registered key bindings also cannot be scalable, unlink input.conf bindings. This makes script-binding command scalable so that it's possible to define scalable key bindings in scripts. It now calls script-message command with an extra argument with the scale of the key.
2 lines
101 B
Plaintext
2 lines
101 B
Plaintext
make `script-binding` command scalable; add `nonscalable` command prefix to restore the old behavior
|