View Single Post
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#202
First clear bahavior in qtedger-settings and then in main.qml after onSignalEdge: {
Code:
if (edge == "right3") //bottom right swipe
            {
                if (activeWindow == "BatteryGraph")
            {
                utils.runProgram("phone-control --ledon PatternError")
            }
            else {
                 utils.runProgram("phone-control --ledoff PatternError")
            }
            }
 

The Following User Says Thank You to elros34 For This Useful Post: