mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 21:00:21 +00:00
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
|