diff options
author | Taehyub Kim <taehyub.kim@samsung.com> | 2016-10-25 13:32:50 -0700 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2016-10-25 14:37:11 -0700 |
commit | ee83f2aa3d6a089487b97c3f9cdad30a0cb5a9d8 (patch) | |
tree | 385b856aada856eaf92b1341b4902e7fbac15c07 /config/standard | |
parent | 4f16e16b9449167416f4108c61552c1e48b6d8ca (diff) |
elementary: colorselector - apply new focus ui for palette and components items
Summary:
colorselector focus ui is not moving for palette and components items.
now it is changed to focus each item of palette and components.
Test Plan:
1. build efl elementary with this patch
2. remove /home/{user}/.elementary
3. launch colorselector with elementary_test -to colorselector
4. move direction key
5. see the new focus ui
Reviewers: jpeg, raster, Hermet, woohyun, bu5hm4n, cedric
Reviewed By: cedric
Differential Revision: https://phab.enlightenment.org/D4288
Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
Diffstat (limited to 'config/standard')
-rw-r--r-- | config/standard/base.src.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/standard/base.src.in b/config/standard/base.src.in index e628f8274d..849185f6e5 100644 --- a/config/standard/base.src.in +++ b/config/standard/base.src.in | |||
@@ -804,6 +804,12 @@ group "Elm_Config" struct { | |||
804 | value "action" string: "move"; | 804 | value "action" string: "move"; |
805 | value "params" string: "down"; | 805 | value "params" string: "down"; |
806 | } | 806 | } |
807 | group "Elm_Config_Binding_Key" struct { | ||
808 | value "context" int: 0; | ||
809 | value "key" string: "Return"; | ||
810 | value "action" string: "activate"; | ||
811 | value "params" string: ""; | ||
812 | } | ||
807 | } | 813 | } |
808 | } | 814 | } |
809 | group "Elm_Config_Bindings_Widget" struct { | 815 | group "Elm_Config_Bindings_Widget" struct { |