Files
mpv/DOCS/interface-changes/script-binding-scalable.txt
nanahi 34571e7882 command: make script-binding command scalable
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.
2024-11-27 20:40:41 +01:00

2 lines
101 B
Plaintext

make `script-binding` command scalable; add `nonscalable` command prefix to restore the old behavior