toneiv / UbikiTouch

UbikiTouch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add possibility to enable/disable selected Trigger/menu via shortcut, intent, Tasker

toneiv opened this issue · comments

Add possibility to enable/disable selected Trigger/menu via shortcut or intent ? Or tasker plugin for it ?

Source : Gmail

Done: the side of the trigger and its number must be specified.
Example with the left trigger numbered 1:
ENABLE
#Intent;action=eu.toneiv.accessibilityservice.action.SHRTCT_UBK_ENABLE_TRIGGER;component=eu.toneiv.ubktouch/.service.StartServiceActivity;i.eu.toneiv.ubktouch.INTENT_EXTRA_TRIGGER_GRAVITY=LEFT;i.eu.toneiv.ubktouch.INTENT_EXTRA_TRIGGER_NUM=1;end

DISABLE
#Intent;action=eu.toneiv.accessibilityservice.action.SHRTCT_UBK_ENABLE_TRIGGER;component=eu.toneiv.ubktouch/.service.StartServiceActivity;i.eu.toneiv.ubktouch.INTENT_EXTRA_TRIGGER_GRAVITY=LEFT;i.eu.toneiv.ubktouch.INTENT_EXTRA_TRIGGER_NUM=1;end