diff options
author | Jaeun Choi <jaeun12.choi@samsung.com> | 2014-04-18 12:07:07 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2014-04-18 12:07:07 +0900 |
commit | 94b1d15ed9bf4cc87c350a56ba4b78b3d9b56933 (patch) | |
tree | 6a2963692fa60b1fa953906cf3b94761a3d5d27d /config | |
parent | 0560e74409e74b0e073d9868916cbf70125195d8 (diff) |
multibuttonentry: add key binding in config files
Summary:
This patch adds multibuttonentry key binding info into config files.
Multibuttonentry has some issues in event handling so not suitable for key binding yet.
So, added key binding info first to upgrade config version.
Test Plan: None
Reviewers: Hermet, raster
Differential Revision: https://phab.enlightenment.org/D767
Diffstat (limited to 'config')
-rw-r--r-- | config/default/base.src | 29 | ||||
-rw-r--r-- | config/mobile/base.src | 29 | ||||
-rw-r--r-- | config/standard/base.src | 29 |
3 files changed, 87 insertions, 0 deletions
diff --git a/config/default/base.src b/config/default/base.src index b364358c0..ae29f1083 100644 --- a/config/default/base.src +++ b/config/default/base.src | |||
@@ -408,6 +408,35 @@ group "Elm_Config" struct { | |||
408 | } | 408 | } |
409 | } | 409 | } |
410 | group "Elm_Config_Bindings_Widget" struct { | 410 | group "Elm_Config_Bindings_Widget" struct { |
411 | value "name" string: "Elc_Multibuttonentry"; | ||
412 | group "key_bindings" list { | ||
413 | group "Elm_Config_Binding_Key" struct { | ||
414 | value "context" int: 0; | ||
415 | value "key" string: "BackSpace"; | ||
416 | value "action" string: "delete"; | ||
417 | value "params" string: ""; | ||
418 | } | ||
419 | group "Elm_Config_Binding_Key" struct { | ||
420 | value "context" int: 0; | ||
421 | value "key" string: "Delete"; | ||
422 | value "action" string: "delete"; | ||
423 | value "params" string: ""; | ||
424 | } | ||
425 | group "Elm_Config_Binding_Key" struct { | ||
426 | value "context" int: 0; | ||
427 | value "key" string: "KP_Enter"; | ||
428 | value "action" string: "enter"; | ||
429 | value "params" string: ""; | ||
430 | } | ||
431 | group "Elm_Config_Binding_Key" struct { | ||
432 | value "context" int: 0; | ||
433 | value "key" string: "Return"; | ||
434 | value "action" string: "enter"; | ||
435 | value "params" string: ""; | ||
436 | } | ||
437 | } | ||
438 | } | ||
439 | group "Elm_Config_Bindings_Widget" struct { | ||
411 | value "name" string: "Elc_Popup"; | 440 | value "name" string: "Elc_Popup"; |
412 | group "key_bindings" list { | 441 | group "key_bindings" list { |
413 | group "Elm_Config_Binding_Key" struct { | 442 | group "Elm_Config_Binding_Key" struct { |
diff --git a/config/mobile/base.src b/config/mobile/base.src index 6a713bc51..12473b569 100644 --- a/config/mobile/base.src +++ b/config/mobile/base.src | |||
@@ -412,6 +412,35 @@ group "Elm_Config" struct { | |||
412 | } | 412 | } |
413 | } | 413 | } |
414 | group "Elm_Config_Bindings_Widget" struct { | 414 | group "Elm_Config_Bindings_Widget" struct { |
415 | value "name" string: "Elc_Multibuttonentry"; | ||
416 | group "key_bindings" list { | ||
417 | group "Elm_Config_Binding_Key" struct { | ||
418 | value "context" int: 0; | ||
419 | value "key" string: "BackSpace"; | ||
420 | value "action" string: "delete"; | ||
421 | value "params" string: ""; | ||
422 | } | ||
423 | group "Elm_Config_Binding_Key" struct { | ||
424 | value "context" int: 0; | ||
425 | value "key" string: "Delete"; | ||
426 | value "action" string: "delete"; | ||
427 | value "params" string: ""; | ||
428 | } | ||
429 | group "Elm_Config_Binding_Key" struct { | ||
430 | value "context" int: 0; | ||
431 | value "key" string: "KP_Enter"; | ||
432 | value "action" string: "enter"; | ||
433 | value "params" string: ""; | ||
434 | } | ||
435 | group "Elm_Config_Binding_Key" struct { | ||
436 | value "context" int: 0; | ||
437 | value "key" string: "Return"; | ||
438 | value "action" string: "enter"; | ||
439 | value "params" string: ""; | ||
440 | } | ||
441 | } | ||
442 | } | ||
443 | group "Elm_Config_Bindings_Widget" struct { | ||
415 | value "name" string: "Elc_Popup"; | 444 | value "name" string: "Elc_Popup"; |
416 | group "key_bindings" list { | 445 | group "key_bindings" list { |
417 | group "Elm_Config_Binding_Key" struct { | 446 | group "Elm_Config_Binding_Key" struct { |
diff --git a/config/standard/base.src b/config/standard/base.src index 4930b0eef..c74ee8f66 100644 --- a/config/standard/base.src +++ b/config/standard/base.src | |||
@@ -409,6 +409,35 @@ group "Elm_Config" struct { | |||
409 | } | 409 | } |
410 | } | 410 | } |
411 | group "Elm_Config_Bindings_Widget" struct { | 411 | group "Elm_Config_Bindings_Widget" struct { |
412 | value "name" string: "Elc_Multibuttonentry"; | ||
413 | group "key_bindings" list { | ||
414 | group "Elm_Config_Binding_Key" struct { | ||
415 | value "context" int: 0; | ||
416 | value "key" string: "BackSpace"; | ||
417 | value "action" string: "delete"; | ||
418 | value "params" string: ""; | ||
419 | } | ||
420 | group "Elm_Config_Binding_Key" struct { | ||
421 | value "context" int: 0; | ||
422 | value "key" string: "Delete"; | ||
423 | value "action" string: "delete"; | ||
424 | value "params" string: ""; | ||
425 | } | ||
426 | group "Elm_Config_Binding_Key" struct { | ||
427 | value "context" int: 0; | ||
428 | value "key" string: "KP_Enter"; | ||
429 | value "action" string: "enter"; | ||
430 | value "params" string: ""; | ||
431 | } | ||
432 | group "Elm_Config_Binding_Key" struct { | ||
433 | value "context" int: 0; | ||
434 | value "key" string: "Return"; | ||
435 | value "action" string: "enter"; | ||
436 | value "params" string: ""; | ||
437 | } | ||
438 | } | ||
439 | } | ||
440 | group "Elm_Config_Bindings_Widget" struct { | ||
412 | value "name" string: "Elc_Popup"; | 441 | value "name" string: "Elc_Popup"; |
413 | group "key_bindings" list { | 442 | group "key_bindings" list { |
414 | group "Elm_Config_Binding_Key" struct { | 443 | group "Elm_Config_Binding_Key" struct { |