Handling H/W key event when key is released 97/180997/6
authorYunjin Lee <yunjin-.lee@samsung.com>
Thu, 7 Jun 2018 06:35:10 +0000 (15:35 +0900)
committerTomasz Swierczek <t.swierczek@samsung.com>
Tue, 28 Aug 2018 04:52:47 +0000 (04:52 +0000)
commit46de6f869a806769221be55cba0999b3ad38d768
tree8891d269c2b2c9f1a514c58f9cc754158c366280
parent23d3b02ccf57b518aaa8cf4b3aed290d67180482
Handling H/W key event when key is released

- There is a function that is processed by a combination of several
inputs. For example, input combination of screen capture is swiping
the screen from side to side, keeping pressing the power key.

Askuser is processing key down event and it makes key
combination handling fail. To make keyrouter to handle input
combination, modify askuser to handle key release event instead of key
press event.

Change-Id: I184040594956abb59f7f921539d22cd5dcc1a41a
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
src/notification-daemon/ui/Popupper.cpp