diff options
author | Jaeun Choi <jaeun12.choi@samsung.com> | 2014-04-15 14:49:35 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2014-04-15 14:49:35 +0900 |
commit | 305966c08da8ac95922b2672a8adbe30db1d835b (patch) | |
tree | 7baaae31c1de14efbc47f1f08a1890dee4d830ec /config | |
parent | caf21154420be93dff3c70d43c2d299816b06310 (diff) |
image: apply key binding
Summary: This patch applies key binding to elm_image.
Test Plan: None
Reviewers: Hermet, raster
Reviewed By: Hermet
Differential Revision: https://phab.enlightenment.org/D732
Diffstat (limited to 'config')
-rw-r--r-- | config/default/base.src | 23 | ||||
-rw-r--r-- | config/mobile/base.src | 23 | ||||
-rw-r--r-- | config/standard/base.src | 23 |
3 files changed, 69 insertions, 0 deletions
diff --git a/config/default/base.src b/config/default/base.src index f3729f457..0de169c68 100644 --- a/config/default/base.src +++ b/config/default/base.src | |||
@@ -655,6 +655,29 @@ group "Elm_Config" struct { | |||
655 | } | 655 | } |
656 | } | 656 | } |
657 | group "Elm_Config_Bindings_Widget" struct { | 657 | group "Elm_Config_Bindings_Widget" struct { |
658 | value "name" string: "Elm_Image"; | ||
659 | group "key_bindings" list { | ||
660 | group "Elm_Config_Binding_Key" struct { | ||
661 | value "context" int: 0; | ||
662 | value "key" string: "Return"; | ||
663 | value "action" string: "activate"; | ||
664 | value "params" string: ""; | ||
665 | } | ||
666 | group "Elm_Config_Binding_Key" struct { | ||
667 | value "context" int: 0; | ||
668 | value "key" string: "KP_Enter"; | ||
669 | value "action" string: "activate"; | ||
670 | value "params" string: ""; | ||
671 | } | ||
672 | group "Elm_Config_Binding_Key" struct { | ||
673 | value "context" int: 0; | ||
674 | value "key" string: "space"; | ||
675 | value "action" string: "activate"; | ||
676 | value "params" string: ""; | ||
677 | } | ||
678 | } | ||
679 | } | ||
680 | group "Elm_Config_Bindings_Widget" struct { | ||
658 | value "name" string: "Elm_List"; | 681 | value "name" string: "Elm_List"; |
659 | group "key_bindings" list { | 682 | group "key_bindings" list { |
660 | group "Elm_Config_Binding_Key" struct { | 683 | group "Elm_Config_Binding_Key" struct { |
diff --git a/config/mobile/base.src b/config/mobile/base.src index b3c7c624f..a308a2806 100644 --- a/config/mobile/base.src +++ b/config/mobile/base.src | |||
@@ -659,6 +659,29 @@ group "Elm_Config" struct { | |||
659 | } | 659 | } |
660 | } | 660 | } |
661 | group "Elm_Config_Bindings_Widget" struct { | 661 | group "Elm_Config_Bindings_Widget" struct { |
662 | value "name" string: "Elm_Image"; | ||
663 | group "key_bindings" list { | ||
664 | group "Elm_Config_Binding_Key" struct { | ||
665 | value "context" int: 0; | ||
666 | value "key" string: "Return"; | ||
667 | value "action" string: "activate"; | ||
668 | value "params" string: ""; | ||
669 | } | ||
670 | group "Elm_Config_Binding_Key" struct { | ||
671 | value "context" int: 0; | ||
672 | value "key" string: "KP_Enter"; | ||
673 | value "action" string: "activate"; | ||
674 | value "params" string: ""; | ||
675 | } | ||
676 | group "Elm_Config_Binding_Key" struct { | ||
677 | value "context" int: 0; | ||
678 | value "key" string: "space"; | ||
679 | value "action" string: "activate"; | ||
680 | value "params" string: ""; | ||
681 | } | ||
682 | } | ||
683 | } | ||
684 | group "Elm_Config_Bindings_Widget" struct { | ||
662 | value "name" string: "Elm_List"; | 685 | value "name" string: "Elm_List"; |
663 | group "key_bindings" list { | 686 | group "key_bindings" list { |
664 | group "Elm_Config_Binding_Key" struct { | 687 | group "Elm_Config_Binding_Key" struct { |
diff --git a/config/standard/base.src b/config/standard/base.src index 0c7d55e2e..d44ebf407 100644 --- a/config/standard/base.src +++ b/config/standard/base.src | |||
@@ -656,6 +656,29 @@ group "Elm_Config" struct { | |||
656 | } | 656 | } |
657 | } | 657 | } |
658 | group "Elm_Config_Bindings_Widget" struct { | 658 | group "Elm_Config_Bindings_Widget" struct { |
659 | value "name" string: "Elm_Image"; | ||
660 | group "key_bindings" list { | ||
661 | group "Elm_Config_Binding_Key" struct { | ||
662 | value "context" int: 0; | ||
663 | value "key" string: "Return"; | ||
664 | value "action" string: "activate"; | ||
665 | value "params" string: ""; | ||
666 | } | ||
667 | group "Elm_Config_Binding_Key" struct { | ||
668 | value "context" int: 0; | ||
669 | value "key" string: "KP_Enter"; | ||
670 | value "action" string: "activate"; | ||
671 | value "params" string: ""; | ||
672 | } | ||
673 | group "Elm_Config_Binding_Key" struct { | ||
674 | value "context" int: 0; | ||
675 | value "key" string: "space"; | ||
676 | value "action" string: "activate"; | ||
677 | value "params" string: ""; | ||
678 | } | ||
679 | } | ||
680 | } | ||
681 | group "Elm_Config_Bindings_Widget" struct { | ||
659 | value "name" string: "Elm_List"; | 682 | value "name" string: "Elm_List"; |
660 | group "key_bindings" list { | 683 | group "key_bindings" list { |
661 | group "Elm_Config_Binding_Key" struct { | 684 | group "Elm_Config_Binding_Key" struct { |