Can you add to events and action this new option?
Posted by: pierrot | on April 7, 2014
Can you add to events and action this new option?
A) For desktop
1) Tap to free place on locked screen,
2) long tap to free place on locked screen
3) double tap to free place on locked screen
B) only for items (in + tab)
1) tap to item on locked screen
2) long tap to item on locked screen
This new option is for LL action working only on locked screen if is lock sreen locked.
]]>
< ![CDATA[
I never used the locked screen so I may be wrong here. I know one can set those events on any screen to a script that can check if it’s a lock screen and only then execute something.
]]>
< ![CDATA[
Yes, this can user LLX do it by script. But User LL (without script) cannot use script. For LL is it possible buy locked screen plugin (separately).
]]>
< ![CDATA[
You must understand – whenever I write an idea, do not think only of my person, but to different users (novice, advanced, LL, LLX)
]]>
< ![CDATA[
Maybe you can do it with a generic script too:
if(LL.isLocked()) LL.getEvent().getItem().launch();
]]>