Change long press time of power key. 16/14916/2
authorsh.pi <sh.pi@samsung.com>
Mon, 6 May 2013 06:37:47 +0000 (15:37 +0900)
committerKrzysztof Sasiak <k.sasiak@samsung.com>
Thu, 16 Jan 2014 10:38:45 +0000 (11:38 +0100)
power-off pop-up shows slowly when power key is long pressed.
beacuse long press time is 1 second.
now the value is changed to 400 ms.

Change-Id: I2d4fff473e232b74ee57b2f82b78f2efd0e3ac50
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
src/display/key-filter.c

index f9a4c76..c4338cf 100644 (file)
@@ -41,7 +41,7 @@
 #define POWEROFF_ACT                   "poweroff"
 #define PWROFF_POPUP_ACT               "pwroff-popup"
 #define USEC_PER_SEC                   1000000
-#define LONG_PRESS_INTERVAL            1       /* 1 second */
+#define LONG_PRESS_INTERVAL            0.4     /* 0.4 second */
 #define COMBINATION_INTERVAL           0.3     /* 0.3 second */
 #define POWER_KEY_PRESS_IGNORE_TIME    0.7     /* 0.7 second */