cdfa / AutoSetupLongTapFreeze

Script for Lightning Launcher that automatically sets up app freezing on any app in a container. See http://www.lightninglauncher.com/wiki/doku.php?id=script_autosetupappfreeze for more info
4 stars 0 forks source link

double tap action is required #18

Open cmddot opened 5 years ago

cmddot commented 5 years ago

This script is really wondeful. If double tap action is added ,that would be more convenient, as original long tap action to show user menu is also useful, if double tab action added, we can assign it to double tap.

cdfa commented 5 years ago

A double tap script already exists this one you might be able to make that run the freeze action from the freeze script. I don't think it would work out of the box, because the freeze script gets the item from the event, but with some minor modification it should be possible.

I don't feel like building in support for it in this script though, partly because I don't root my device anymore and partly because I've given up development on this script in favour of other projects. If you can code yourself, a PR that adds support for running this script from another, would be welcome though.