diff options
author | Jaeun Choi <jaeun12.choi@samsung.com> | 2014-04-15 16:41:16 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-04-15 16:41:16 +0900 |
commit | aca22b2053a755b66b73069b7ca86c2498b15023 (patch) | |
tree | 26610f51b901818062d0c13eb06788b133feb6f5 /config | |
parent | 96d2f454cc85c5b4dd1b534a694694e2d35ddc2c (diff) |
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.src | 4 | ||||
-rw-r--r-- | config/mobile/base.src | 4 | ||||
-rw-r--r-- | 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 b92d99e2e..2b4cf02d2 100644 --- a/config/default/base.src +++ b/config/default/base.src | |||
@@ -329,7 +329,7 @@ group "Elm_Config" struct { | |||
329 | group "key_bindings" list { | 329 | group "key_bindings" list { |
330 | group "Elm_Config_Binding_Key" struct { | 330 | group "Elm_Config_Binding_Key" struct { |
331 | value "context" int: 0; | 331 | value "context" int: 0; |
332 | value "key" string: "Tap"; | 332 | value "key" string: "Tab"; |
333 | value "action" string: "move"; | 333 | value "action" string: "move"; |
334 | value "params" string: "previous"; | 334 | value "params" string: "previous"; |
335 | group "modifiers" list { | 335 | group "modifiers" list { |
@@ -341,7 +341,7 @@ group "Elm_Config" struct { | |||
341 | } | 341 | } |
342 | group "Elm_Config_Binding_Key" struct { | 342 | group "Elm_Config_Binding_Key" struct { |
343 | value "context" int: 0; | 343 | value "context" int: 0; |
344 | value "key" string: "Tap"; | 344 | value "key" string: "Tab"; |
345 | value "action" string: "move"; | 345 | value "action" string: "move"; |
346 | value "params" string: "next"; | 346 | value "params" string: "next"; |
347 | group "modifiers" list { | 347 | 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 { | |||
333 | group "key_bindings" list { | 333 | group "key_bindings" list { |
334 | group "Elm_Config_Binding_Key" struct { | 334 | group "Elm_Config_Binding_Key" struct { |
335 | value "context" int: 0; | 335 | value "context" int: 0; |
336 | value "key" string: "Tap"; | 336 | value "key" string: "Tab"; |
337 | value "action" string: "move"; | 337 | value "action" string: "move"; |
338 | value "params" string: "previous"; | 338 | value "params" string: "previous"; |
339 | group "modifiers" list { | 339 | group "modifiers" list { |
@@ -345,7 +345,7 @@ group "Elm_Config" struct { | |||
345 | } | 345 | } |
346 | group "Elm_Config_Binding_Key" struct { | 346 | group "Elm_Config_Binding_Key" struct { |
347 | value "context" int: 0; | 347 | value "context" int: 0; |
348 | value "key" string: "Tap"; | 348 | value "key" string: "Tab"; |
349 | value "action" string: "move"; | 349 | value "action" string: "move"; |
350 | value "params" string: "next"; | 350 | value "params" string: "next"; |
351 | group "modifiers" list { | 351 | 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 { | |||
330 | group "key_bindings" list { | 330 | group "key_bindings" list { |
331 | group "Elm_Config_Binding_Key" struct { | 331 | group "Elm_Config_Binding_Key" struct { |
332 | value "context" int: 0; | 332 | value "context" int: 0; |
333 | value "key" string: "Tap"; | 333 | value "key" string: "Tab"; |
334 | value "action" string: "move"; | 334 | value "action" string: "move"; |
335 | value "params" string: "previous"; | 335 | value "params" string: "previous"; |
336 | group "modifiers" list { | 336 | group "modifiers" list { |
@@ -342,7 +342,7 @@ group "Elm_Config" struct { | |||
342 | } | 342 | } |
343 | group "Elm_Config_Binding_Key" struct { | 343 | group "Elm_Config_Binding_Key" struct { |
344 | value "context" int: 0; | 344 | value "context" int: 0; |
345 | value "key" string: "Tap"; | 345 | value "key" string: "Tab"; |
346 | value "action" string: "move"; | 346 | value "action" string: "move"; |
347 | value "params" string: "next"; | 347 | value "params" string: "next"; |
348 | group "modifiers" list { | 348 | group "modifiers" list { |