summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJaeun Choi <jaeun12.choi@samsung.com>2014-04-15 16:41:16 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-04-15 16:41:16 +0900
commitaca22b2053a755b66b73069b7ca86c2498b15023 (patch)
tree26610f51b901818062d0c13eb06788b133feb6f5 /config
parent96d2f454cc85c5b4dd1b534a694694e2d35ddc2c (diff)
downloadelementary-aca22b2053a755b66b73069b7ca86c2498b15023.tar.gz
config: bug fix in popup key binding
Summary: This patch changes 'Tap' into 'Tab'. Test Plan: None Reviewers: Hermet Differential Revision: https://phab.enlightenment.org/D739
Diffstat (limited to 'config')
-rw-r--r--config/default/base.src4
-rw-r--r--config/mobile/base.src4
-rw-r--r--config/standard/base.src4
3 files changed, 6 insertions, 6 deletions
diff --git a/config/default/base.src b/config/default/base.src
index b92d99e2e..2b4cf02d2 100644
--- a/config/default/base.src
+++ b/config/default/base.src
@@ -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 {
diff --git a/config/mobile/base.src b/config/mobile/base.src
index 19c5bcba7..ad2487233 100644
--- a/config/mobile/base.src
+++ b/config/mobile/base.src
@@ -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 {
diff --git a/config/standard/base.src b/config/standard/base.src
index f60f26353..e5beddfc1 100644
--- a/config/standard/base.src
+++ b/config/standard/base.src
@@ -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 {