You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pressing the button with an API Request action, the request is not sent until after the button is released. I don't think there's any reason to wait for the release.
The text was updated successfully, but these errors were encountered:
Change line 16 where it says "com.github.mjbnz.sd-api-request.keyUp" to "com.github.mjbnz.sd-api-request.keyDown".
Note: Unless you edit the rest of the file to match, leave "action.onKeyDown(jsonObj)" on the next line alone...it's just a name, and doesn't change how works.
Quit the Streamdeck app and restart it. Should work on keyDown now.
When pressing the button with an API Request action, the request is not sent until after the button is released. I don't think there's any reason to wait for the release.
The text was updated successfully, but these errors were encountered: