summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLukasz Stanislawski <l.stanislaws@samsung.com>2015-07-29 22:23:00 +0200
committerCedric BAIL <cedric@osg.samsung.com>2015-08-04 15:21:39 +0200
commit6cff30bcae1e76ea3bf69428c7cc1c6054275aa8 (patch)
tree077aef72be848b750af1a1c6706dbeca8731921f /config
parent3ba64d59e8b82abd71a1a20b23aecc4cbd228b45 (diff)
downloadelementary-6cff30bcae1e76ea3bf69428c7cc1c6054275aa8.tar.gz
hoversel: add key binding for widget activation
Test Plan: 1. Install previous version of elementary 2. Remove config from homedir 3. Build new config with elemetnary_config app 4. Install patched version of elementary 5. run elementary_test Hoversel test 6. Space end Enter should open hovesel Reviewers: seoz, jaehwan, singh.amitesh, cedric Reviewed By: cedric Subscribers: seoz Differential Revision: https://phab.enlightenment.org/D2787 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'config')
-rw-r--r--config/default/base.src.in20
-rw-r--r--config/mobile/base.src.in20
-rw-r--r--config/standard/base.src.in20
3 files changed, 57 insertions, 3 deletions
diff --git a/config/default/base.src.in b/config/default/base.src.in
index 40550d8fe..10257ee6b 100644
--- a/config/default/base.src.in
+++ b/config/default/base.src.in
@@ -1,5 +1,5 @@
group "Elm_Config" struct {
- value "config_version" int: 131075;
+ value "config_version" int: 131076;
value "engine" string: "";
value "vsync" uchar: 0;
value "thumbscroll_enable" uchar: 1;
@@ -411,6 +411,24 @@ group "Elm_Config" struct {
value "action" string: "move";
value "params" string: "down";
}
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "KP_Enter";
+ value "action" string: "activate";
+ value "params" string: "";
+ }
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "Return";
+ value "action" string: "activate";
+ value "params" string: "";
+ }
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "space";
+ value "action" string: "activate";
+ value "params" string: "";
+ }
}
}
group "Elm_Config_Bindings_Widget" struct {
diff --git a/config/mobile/base.src.in b/config/mobile/base.src.in
index 772aca06a..c18e2db23 100644
--- a/config/mobile/base.src.in
+++ b/config/mobile/base.src.in
@@ -1,5 +1,5 @@
group "Elm_Config" struct {
- value "config_version" int: 131075;
+ value "config_version" int: 131076;
value "engine" string: "";
value "vsync" uchar: 0;
value "thumbscroll_enable" uchar: 1;
@@ -415,6 +415,24 @@ group "Elm_Config" struct {
value "action" string: "move";
value "params" string: "down";
}
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "KP_Enter";
+ value "action" string: "activate";
+ value "params" string: "";
+ }
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "Return";
+ value "action" string: "activate";
+ value "params" string: "";
+ }
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "space";
+ value "action" string: "activate";
+ value "params" string: "";
+ }
}
}
group "Elm_Config_Bindings_Widget" struct {
diff --git a/config/standard/base.src.in b/config/standard/base.src.in
index af5ab6748..3f4c0a526 100644
--- a/config/standard/base.src.in
+++ b/config/standard/base.src.in
@@ -1,5 +1,5 @@
group "Elm_Config" struct {
- value "config_version" int: 131075;
+ value "config_version" int: 131076;
value "engine" string: "";
value "vsync" uchar: 0;
value "thumbscroll_enable" uchar: 0;
@@ -412,6 +412,24 @@ group "Elm_Config" struct {
value "action" string: "move";
value "params" string: "down";
}
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "KP_Enter";
+ value "action" string: "activate";
+ value "params" string: "";
+ }
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "Return";
+ value "action" string: "activate";
+ value "params" string: "";
+ }
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "space";
+ value "action" string: "activate";
+ value "params" string: "";
+ }
}
}
group "Elm_Config_Bindings_Widget" struct {