mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 21:00:21 +00:00
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.
This commit is contained in:
1
DOCS/interface-changes/script-binding-scalable.txt
Normal file
1
DOCS/interface-changes/script-binding-scalable.txt
Normal file
@@ -0,0 +1 @@
|
||||
make `script-binding` command scalable; add `nonscalable` command prefix to restore the old behavior
|
||||
Reference in New Issue
Block a user