Sending a Broadcast Intent from llamalab.com automate - keymapperorg/KeyMapper GitHub Wiki
Sending a broadcast intent from Automate's Broadcast send block.
- Package:
io.github.sds100.keymapper - Receiver class:
io.github.sds100.keymapper.api.TriggerKeyMapsBroadcastReceiver - Action:
"io.github.sds100.keymapper.ACTION_TRIGGER_KEYMAP_BY_UID" - Extras:
{"io.github.sds100.keymapper.EXTRA_KEYMAP_UID": "abcd1234-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}
n.b. the KEYMAP_UID is a uuid which is unique to each triggerable action. Use your own unique UID as per the Key Mapper docs.
