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
This commit is contained in:
Jaeun Choi 2014-04-15 16:41:16 +09:00 committed by Carsten Haitzler (Rasterman)
parent 48a4a4add7
commit 33465d260a
3 changed files with 6 additions and 6 deletions

View 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 {

View 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 {

View 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 {