From 13d44479949f218ed1ba9a5e21c933d25cdcd9f3 Mon Sep 17 00:00:00 2001 From: Jaehyun Cho Date: Tue, 25 Aug 2020 19:09:59 +0900 Subject: [PATCH] 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 --- config/common/base.src | 6 ------ config/mobile/base.src | 6 ------ config/tv/base.src | 6 ------ config/wearable/base.src | 6 ------ 4 files changed, 24 deletions(-) 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 { -- 2.34.1