ryjacky
ryjacky
~~Hi I'm having a similar issue with the HotKeyRecorder, onHotKeyRecorder is never triggered with shift+(any other keys). Have you found any solutions for your case?~~ ~~Also, are you on Windows?...
Pie menu instancing and copying is addressed in #109 Which is a different implementation but it's able to accomplish the same goal.
Pie menu instancing and copying is addressed in #109
for 2., Menu instancing and copying is addressed in #109 Which functions similarly to material instancing in blender in terms of the UI.
Not sure if this will be added in the future or not, as a temporary solution, you could use AntiMicroX (https://github.com/AntiMicroX/antimicrox/) to map controller buttons to keyboard shortcut.
ahh, I see. If you're talking about opening a pie menu in-game, that's not the solution. Unfortunately you might have to wait until XInput support is added.
Just some idea: This may be done with **app.getFileIcon(path[, options])** on Windows https://www.electronjs.org/docs/latest/api/app#appgetfileiconpath-options for Mac and Linux, the function may not work properly so another function may be needed **nativeImage.createThumbnailFromPath(path,...
There does not exist a GUI way to do this at the time, you could export the setting into a .json file first, edit it in some editor and import...