Hey folks
I am developing a plugin for Adobe XD and I was looking to give keyboard shortcuts to the user to interact with plugin panel UI for the tool I am developing inside it. I was hoping to use arrow keys, delete, and others to invoke certain action inside the panel UI so users don’t have to click a lot.
I read the XD Plugin API document but I see the keydown event support is for inputs and buttons only. Is there any other workaround or this is coming in near future as a feature.
The feature can be adding event support to window.addEventListner so on plugin dialogue or panel can have global event listener available for events this will help a lot of plugin developers to deliver creative tools workaround and the user also find it helpful for the plugins with a lot of interactions.
Know your thoughts.