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
* feat(EAV-372): customizable shuttle webhid buttons
an array of keyIndex:actionId can be provided in shuttleWebHid_buttonMap
* feat(EAV-372): execute actions also on shuttle button release
* chore(EAV-372): improve log message
By default, the ShuttleXpress buttons execute built-in prompter actions. However, you can customize button behavior by mapping buttons to global adlib actions using the `shuttleWebHid_buttonMap` query parameter.
110
+
111
+
| Query parameter | Type | Description |
112
+
| :--- | :--- | :--- |
113
+
|`shuttleWebHid_buttonMap`| Comma-separated strings | Maps ShuttleXpress buttons to global adlib actions. Each entry should be in the format `buttonIndex:actionId`, where `buttonIndex` is the button number (0-indexed) and `actionId` is the ID of a global adlib action defined in your blueprints. Each custom action is triggered once on button press (trigger mode: `pressed`) and once on button release (trigger mode: `released`). Multiple mappings are comma-separated. |
0 commit comments