natural-harmonia-gropius / input-event

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

Add options.configs #24

Closed natural-harmonia-gropius closed 1 year ago

natural-harmonia-gropius commented 1 year ago

close #22

mpv.conf

script-opts-add=inputevent-configs="input.conf,~~/test.conf"

input.conf

SPACE               cycle pause         #@click
SPACE               set speed  2.0      #@press
SPACE               set speed  1.0      #@release

test.conf

SPACE               set speed  0.5      #@press
SPACE               set speed  1.0      #@release