config: remove "Escape" key binding from Naviframe's item_pop 89/242289/1 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix tizen_6.0 tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.113307 accepted/tizen/6.0/unified/hotfix/20201103.001149 accepted/tizen/unified/20200827.105735 submit/tizen/20200825.102503 submit/tizen_6.0/20201029.205105 submit/tizen_6.0_hotfix/20201102.192505 submit/tizen_6.0_hotfix/20201103.114805 tizen_6.0.m2_release
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 25 Aug 2020 10:09:59 +0000 (19:09 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 25 Aug 2020 10:09:59 +0000 (19:09 +0900)
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
config/mobile/base.src
config/tv/base.src
config/wearable/base.src

index c4d9a5d..c6134bb 100644 (file)
@@ -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 {
index 16bdec8..0c03de4 100644 (file)
@@ -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 {
index 1f6dd15..cf39b95 100644 (file)
@@ -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 {
index d4b5b70..14c88ad 100644 (file)
@@ -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 {