From: Jaehyun Cho Date: Tue, 25 Aug 2020 10:09:59 +0000 (+0900) Subject: config: remove "Escape" key binding from Naviframe's item_pop X-Git-Tag: accepted/tizen/6.0/unified/hotfix/20201103.001149 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2F6.0%2Funified%2Fhotfix%2F20201103.001149;p=platform%2Fcore%2Fuifw%2Fefl-misc.git config: remove "Escape" key binding from Naviframe's item_pop Since "Escape" key is used as EEXT_CALLBACK_BACK event in efl-ext, "Escape" key binding is removed from Naviframe's item_pop not to execute duplicate naviframe item pop operation. Change-Id: Ia6a9f6367a785c82aa51ec953d8b12f6a82ae77f --- diff --git a/config/common/base.src b/config/common/base.src index c4d9a5d..c6134bb 100644 --- a/config/common/base.src +++ b/config/common/base.src @@ -2043,12 +2043,6 @@ group "Elm_Config" struct { value "action" string: "top_item_get"; value "params" string: ""; } - group "Elm_Config_Binding_Key" struct { - value "context" int: 0; - value "key" string: "Escape"; - value "action" string: "item_pop"; - value "params" string: ""; - } } } group "Elm_Config_Bindings_Widget" struct { diff --git a/config/mobile/base.src b/config/mobile/base.src index 16bdec8..0c03de4 100644 --- a/config/mobile/base.src +++ b/config/mobile/base.src @@ -2101,12 +2101,6 @@ group "Elm_Config" struct { value "action" string: "top_item_get"; value "params" string: ""; } - group "Elm_Config_Binding_Key" struct { - value "context" int: 0; - value "key" string: "Escape"; - value "action" string: "item_pop"; - value "params" string: ""; - } } } group "Elm_Config_Bindings_Widget" struct { diff --git a/config/tv/base.src b/config/tv/base.src index 1f6dd15..cf39b95 100644 --- a/config/tv/base.src +++ b/config/tv/base.src @@ -2122,12 +2122,6 @@ group "Elm_Config" struct { value "action" string: "top_item_get"; value "params" string: ""; } - group "Elm_Config_Binding_Key" struct { - value "context" int: 0; - value "key" string: "Escape"; - value "action" string: "item_pop"; - value "params" string: ""; - } } } group "Elm_Config_Bindings_Widget" struct { diff --git a/config/wearable/base.src b/config/wearable/base.src index d4b5b70..14c88ad 100644 --- a/config/wearable/base.src +++ b/config/wearable/base.src @@ -2067,12 +2067,6 @@ group "Elm_Config" struct { value "action" string: "top_item_get"; value "params" string: ""; } - group "Elm_Config_Binding_Key" struct { - value "context" int: 0; - value "key" string: "Escape"; - value "action" string: "item_pop"; - value "params" string: ""; - } } } group "Elm_Config_Bindings_Widget" struct {