config: bug fix in popup key binding
authorJaeun Choi <jaeun12.choi@samsung.com>
Tue, 15 Apr 2014 07:41:16 +0000 (16:41 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 15 Apr 2014 07:41:16 +0000 (16:41 +0900)
Summary: This patch changes 'Tap' into 'Tab'.

Test Plan: None

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D739

config/default/base.src
config/mobile/base.src
config/standard/base.src

index b92d99e..2b4cf02 100644 (file)
@@ -329,7 +329,7 @@ group "Elm_Config" struct {
         group "key_bindings" list {
            group "Elm_Config_Binding_Key" struct {
               value "context" int: 0;
-              value "key" string: "Tap";
+              value "key" string: "Tab";
               value "action" string: "move";
               value "params" string: "previous";
               group "modifiers" list {
@@ -341,7 +341,7 @@ group "Elm_Config" struct {
            }
            group "Elm_Config_Binding_Key" struct {
               value "context" int: 0;
-              value "key" string: "Tap";
+              value "key" string: "Tab";
               value "action" string: "move";
               value "params" string: "next";
               group "modifiers" list {
index 19c5bcb..ad24872 100644 (file)
@@ -333,7 +333,7 @@ group "Elm_Config" struct {
         group "key_bindings" list {
            group "Elm_Config_Binding_Key" struct {
               value "context" int: 0;
-              value "key" string: "Tap";
+              value "key" string: "Tab";
               value "action" string: "move";
               value "params" string: "previous";
               group "modifiers" list {
@@ -345,7 +345,7 @@ group "Elm_Config" struct {
            }
            group "Elm_Config_Binding_Key" struct {
               value "context" int: 0;
-              value "key" string: "Tap";
+              value "key" string: "Tab";
               value "action" string: "move";
               value "params" string: "next";
               group "modifiers" list {
index f60f263..e5beddf 100644 (file)
@@ -330,7 +330,7 @@ group "Elm_Config" struct {
         group "key_bindings" list {
            group "Elm_Config_Binding_Key" struct {
               value "context" int: 0;
-              value "key" string: "Tap";
+              value "key" string: "Tab";
               value "action" string: "move";
               value "params" string: "previous";
               group "modifiers" list {
@@ -342,7 +342,7 @@ group "Elm_Config" struct {
            }
            group "Elm_Config_Binding_Key" struct {
               value "context" int: 0;
-              value "key" string: "Tap";
+              value "key" string: "Tab";
               value "action" string: "move";
               value "params" string: "next";
               group "modifiers" list {