Multiple actions from a button press
Hi,
I'm digging into the manual entry section. From what I've been able to find from the wayback'd version of docs.monogramcc.com, the following should first switch to the next profile and then send a keystroke, but it doesn't seem to work:
{"color": "#ffffff",
"info": "Switch to develop mode",
"name": "Next Profile",
"press": {
"macro": [{
"key": "2",
"localCharacter": "2",
"modifiers": ["control", "alt"],
"virtual": true},
"dispatch": {
"type": "NEXT_PROFILE"
}]}}
The "check and save" bit doesn't flag any syntax errors but the action doesn't seem to be applied to the button. Are the docs available anywhere? Is there an obvious error here? Is the issue that dispatch isn't an ActionConfigType instance?
Please sign in to leave a comment.
Comments
0 comments