Closed natural-harmonia-gropius closed 2 months ago
For same key, events will be merged with existing events.
I dislike this, shouldn't pollute to existing binds. every source should make changes in its own field.
bind_from_script_message
mp.commandv('script-message-to', 'inputevent', 'bind', field, key, on)
configs="input.conf,~~/test.conf,~~/test.json,example.field,example2.field"
update:
"field" should have higher priority than "options.configs" and modify configs would break hot-reload via auto-profile.
I feel that Lua programming is very difficult, and I will do it when there is a practical need.
I dislike this, shouldn't pollute to existing binds. every source should make changes in its own field.
bind_from_script_message
mp.commandv('script-message-to', 'inputevent', 'bind', field, key, on)
configs="input.conf,~~/test.conf,~~/test.json,example.field,example2.field"
~update:
"field" should have higher priority than "options.configs" and modify configs would break hot-reload via auto-profile.