natural-harmonia-gropius / input-event

Enhanced input.conf for mpv-player. with better, conflict-free, low-latency event mechanism.
MIT License
51 stars 5 forks source link

Re-think "How to integrate with other scripts" #40

Closed natural-harmonia-gropius closed 2 months ago

natural-harmonia-gropius commented 11 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.

update:

"field" should have higher priority than "options.configs" and modify configs would break hot-reload via auto-profile.

natural-harmonia-gropius commented 2 months ago

I feel that Lua programming is very difficult, and I will do it when there is a practical need.