diff options
author | Jaeun Choi <jaeun12.choi@samsung.com> | 2014-04-16 17:19:33 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-04-16 17:29:16 +0900 |
commit | 2c4148a58c2cbfb91142676a83dec7d14799edea (patch) | |
tree | 71532d48b9735eb0f0308d7be4f2495603b03bbd /config | |
parent | 17421e2b86cfdb1fd9ff4ce7ab5ca9fe65eaf550 (diff) |
flipselector: apply key binding
Summary: This patch applies key binding to elm_flipselector.
Test Plan: None
Reviewers: Hermet, raster
Reviewed By: raster
Differential Revision: https://phab.enlightenment.org/D745
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 3b3db466c..64e3026c5 100644 --- a/config/default/base.src +++ b/config/default/base.src | |||
@@ -655,6 +655,35 @@ 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_Flipselector"; | ||
659 | group "key_bindings" list { | ||
660 | group "Elm_Config_Binding_Key" struct { | ||
661 | value "context" int: 0; | ||
662 | value "key" string: "Up"; | ||
663 | value "action" string: "flip"; | ||
664 | value "params" string: "up"; | ||
665 | } | ||
666 | group "Elm_Config_Binding_Key" struct { | ||
667 | value "context" int: 0; | ||
668 | value "key" string: "KP_Up"; | ||
669 | value "action" string: "flip"; | ||
670 | value "params" string: "up"; | ||
671 | } | ||
672 | group "Elm_Config_Binding_Key" struct { | ||
673 | value "context" int: 0; | ||
674 | value "key" string: "Down"; | ||
675 | value "action" string: "flip"; | ||
676 | value "params" string: "down"; | ||
677 | } | ||
678 | group "Elm_Config_Binding_Key" struct { | ||
679 | value "context" int: 0; | ||
680 | value "key" string: "KP_Down"; | ||
681 | value "action" string: "flip"; | ||
682 | value "params" string: "down"; | ||
683 | } | ||
684 | } | ||
685 | } | ||
686 | group "Elm_Config_Bindings_Widget" struct { | ||
658 | value "name" string: "Elm_Gengrid"; | 687 | value "name" string: "Elm_Gengrid"; |
659 | group "key_bindings" list { | 688 | group "key_bindings" list { |
660 | group "Elm_Config_Binding_Key" struct { | 689 | group "Elm_Config_Binding_Key" struct { |
diff --git a/config/mobile/base.src b/config/mobile/base.src index 0244c9cff..8f3355706 100644 --- a/config/mobile/base.src +++ b/config/mobile/base.src | |||
@@ -659,6 +659,35 @@ 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_Flipselector"; | ||
663 | group "key_bindings" list { | ||
664 | group "Elm_Config_Binding_Key" struct { | ||
665 | value "context" int: 0; | ||
666 | value "key" string: "Up"; | ||
667 | value "action" string: "flip"; | ||
668 | value "params" string: "up"; | ||
669 | } | ||
670 | group "Elm_Config_Binding_Key" struct { | ||
671 | value "context" int: 0; | ||
672 | value "key" string: "KP_Up"; | ||
673 | value "action" string: "flip"; | ||
674 | value "params" string: "up"; | ||
675 | } | ||
676 | group "Elm_Config_Binding_Key" struct { | ||
677 | value "context" int: 0; | ||
678 | value "key" string: "Down"; | ||
679 | value "action" string: "flip"; | ||
680 | value "params" string: "down"; | ||
681 | } | ||
682 | group "Elm_Config_Binding_Key" struct { | ||
683 | value "context" int: 0; | ||
684 | value "key" string: "KP_Down"; | ||
685 | value "action" string: "flip"; | ||
686 | value "params" string: "down"; | ||
687 | } | ||
688 | } | ||
689 | } | ||
690 | group "Elm_Config_Bindings_Widget" struct { | ||
662 | value "name" string: "Elm_Gengrid"; | 691 | value "name" string: "Elm_Gengrid"; |
663 | group "key_bindings" list { | 692 | group "key_bindings" list { |
664 | group "Elm_Config_Binding_Key" struct { | 693 | group "Elm_Config_Binding_Key" struct { |
diff --git a/config/standard/base.src b/config/standard/base.src index 4b91a91b0..e4b903baf 100644 --- a/config/standard/base.src +++ b/config/standard/base.src | |||
@@ -656,6 +656,35 @@ 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_Flipselector"; | ||
660 | group "key_bindings" list { | ||
661 | group "Elm_Config_Binding_Key" struct { | ||
662 | value "context" int: 0; | ||
663 | value "key" string: "Up"; | ||
664 | value "action" string: "flip"; | ||
665 | value "params" string: "up"; | ||
666 | } | ||
667 | group "Elm_Config_Binding_Key" struct { | ||
668 | value "context" int: 0; | ||
669 | value "key" string: "KP_Up"; | ||
670 | value "action" string: "flip"; | ||
671 | value "params" string: "up"; | ||
672 | } | ||
673 | group "Elm_Config_Binding_Key" struct { | ||
674 | value "context" int: 0; | ||
675 | value "key" string: "Down"; | ||
676 | value "action" string: "flip"; | ||
677 | value "params" string: "down"; | ||
678 | } | ||
679 | group "Elm_Config_Binding_Key" struct { | ||
680 | value "context" int: 0; | ||
681 | value "key" string: "KP_Down"; | ||
682 | value "action" string: "flip"; | ||
683 | value "params" string: "down"; | ||
684 | } | ||
685 | } | ||
686 | } | ||
687 | group "Elm_Config_Bindings_Widget" struct { | ||
659 | value "name" string: "Elm_Gengrid"; | 688 | value "name" string: "Elm_Gengrid"; |
660 | group "key_bindings" list { | 689 | group "key_bindings" list { |
661 | group "Elm_Config_Binding_Key" struct { | 690 | group "Elm_Config_Binding_Key" struct { |