litegraph.js
litegraph.js copied to clipboard
Keybindings config file
Hi! I'm coming from a software with very different node keybindings (Blender) and I would like to have them in litegraph as an additional shortcuts, but it looks that those are hardcoded in litegraph.core.js.
Would it be feasible and OK to abstract all interaction bindings to a separate config file?
sure, it can be done. All bindings are in onKey callback in GraphCanvas, it should be easy to add a layer of indirection.