From a24a096b2bb1a8d0d749b159ecbff6f1ec3568e7 Mon Sep 17 00:00:00 2001 From: vimacs Date: Fri, 26 Feb 2010 13:39:37 +0100 Subject: [PATCH] lowered time for killist from 3 to 1 sec modified: testdata/scripts/op_menu.sh --- testdata/scripts/op_menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/scripts/op_menu.sh b/testdata/scripts/op_menu.sh index 267472d..9955624 100755 --- a/testdata/scripts/op_menu.sh +++ b/testdata/scripts/op_menu.sh @@ -2,7 +2,7 @@ #actions done when the menu button is pressed #only argument is the time the button was pressed in seconds -if [ "$1" -ge "3" ]; then #button was pressed 3 sec or longer, show list of apps to kill instead of launcher +if [ "$1" -ge "1" ]; then #button was pressed 3 sec or longer, show list of apps to kill instead of launcher killist=y fi -- 2.39.5