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: | ||
onSignalEdge: {
if (edge === "right3") //bottom right swipe
{
if (activeWindow === "Calculator")
{
utils.runProgram("WebOS Games")
}
| The Following User Says Thank You to elros34 For This Useful Post: | ||

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


), 'cause on non-thumb is not working (neither the -c command)