From aca22b2053a755b66b73069b7ca86c2498b15023 Mon Sep 17 00:00:00 2001 From: Jaeun Choi Date: Tue, 15 Apr 2014 16:41:16 +0900 Subject: [PATCH] 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 --- config/default/base.src | 4 ++-- config/mobile/base.src | 4 ++-- config/standard/base.src | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/default/base.src b/config/default/base.src index b92d99e..2b4cf02 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 19c5bcb..ad24872 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 f60f263..e5beddf 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 { -- 2.7.4