diff options
author | Amitesh Singh <amitesh.sh@samsung.com> | 2016-04-07 18:25:59 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-04-07 19:05:57 +0900 |
commit | 56ab4359981baffbbc93102b098eede1ad79e47a (patch) | |
tree | 839b5137fd77529695f6456d8cdb72b81a69afe2 /config/standard | |
parent | d1709a2b57e655cab947b69487b48208dc0e50b9 (diff) |
elm_nstate: introduce nstate widget and inherit check from it
Test Plan:
elementary_test -to "nstate"
@feature
Reviewers: yashu21985, tasn, Hermet, seoz, smohanty, felipealmeida, JackDanielZ, jypark, woohyun, herdsman, raster, cedric, jpeg
Subscribers: saurabhbunty, seoz
Differential Revision: https://phab.enlightenment.org/D3786
Diffstat (limited to 'config/standard')
-rw-r--r-- | config/standard/base.src.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/config/standard/base.src.in b/config/standard/base.src.in index 02344b0837..ba0d70067f 100644 --- a/config/standard/base.src.in +++ b/config/standard/base.src.in | |||
@@ -623,6 +623,29 @@ group "Elm_Config" struct { | |||
623 | } | 623 | } |
624 | } | 624 | } |
625 | group "Elm_Config_Bindings_Widget" struct { | 625 | group "Elm_Config_Bindings_Widget" struct { |
626 | value "name" string: "Elm_Nstate"; | ||
627 | group "key_bindings" list { | ||
628 | group "Elm_Config_Binding_Key" struct { | ||
629 | value "context" int: 0; | ||
630 | value "key" string: "Return"; | ||
631 | value "action" string: "activate"; | ||
632 | value "params" string: ""; | ||
633 | } | ||
634 | group "Elm_Config_Binding_Key" struct { | ||
635 | value "context" int: 0; | ||
636 | value "key" string: "KP_Enter"; | ||
637 | value "action" string: "activate"; | ||
638 | value "params" string: ""; | ||
639 | } | ||
640 | group "Elm_Config_Binding_Key" struct { | ||
641 | value "context" int: 0; | ||
642 | value "key" string: "space"; | ||
643 | value "action" string: "activate"; | ||
644 | value "params" string: ""; | ||
645 | } | ||
646 | } | ||
647 | } | ||
648 | group "Elm_Config_Bindings_Widget" struct { | ||
626 | value "name" string: "Elm_Calendar"; | 649 | value "name" string: "Elm_Calendar"; |
627 | group "key_bindings" list { | 650 | group "key_bindings" list { |
628 | group "Elm_Config_Binding_Key" struct { | 651 | group "Elm_Config_Binding_Key" struct { |