natural-harmonia-gropius / input-event

InputEvent.lua for mpv-player, enhanced input.conf with better, conflict-free, low-latency event mechanism.
MIT License
39 stars 5 forks source link

Inline bind/unbind #29

Closed natural-harmonia-gropius closed 1 year ago

natural-harmonia-gropius commented 1 year ago

continue https://github.com/Natural-Harmonia-Gropius/InputEvent/issues/20

script-message not available in mpv.conf, But this should work.

mpv.conf

[fullscreen]
profile-cond=fullscreen
profile-restore=copy-equal
script-opts-add=inputevent-bind="KEY COMMAND @click"
script-opts-add=inputevent-unbind="KEY"
natural-harmonia-gropius commented 1 year ago

Give up, difficult to manage stacks.