summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJee-Yong Um <jc9.um@samsung.com>2016-03-04 15:32:22 -0800
committerCedric BAIL <cedric@osg.samsung.com>2016-03-04 16:14:37 -0800
commit3410e632fd718a99523a709bf01c4a2f5aaa061a (patch)
tree14a0ecb0052d1ae22bc0e838b715ad43fcfbd5f1 /config
parent66c1d5694428e2683a8074f5c1ecda5f56f1a387 (diff)
downloadelementary-3410e632fd718a99523a709bf01c4a2f5aaa061a.tar.gz
fileselector: add backspace key binding to move to previous path.
Summary: Add backspace key to move to previous path. Test Plan: remove /home/username/.elementary (to apply new elementary config file) elementary_test -to fileselector Reviewers: cedric, jpeg Subscribers: bu5hm4n Differential Revision: https://phab.enlightenment.org/D3685
Diffstat (limited to 'config')
-rw-r--r--config/default/base.src.in6
-rw-r--r--config/mobile/base.src.in6
-rw-r--r--config/standard/base.src.in6
3 files changed, 18 insertions, 0 deletions
diff --git a/config/default/base.src.in b/config/default/base.src.in
index f48f4a400..891a7b75b 100644
--- a/config/default/base.src.in
+++ b/config/default/base.src.in
@@ -360,6 +360,12 @@ group "Elm_Config" struct {
value "action" string: "escape";
value "params" string: "";
}
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "BackSpace";
+ value "action" string: "backspace";
+ value "params" string: "";
+ }
}
}
group "Elm_Config_Bindings_Widget" struct {
diff --git a/config/mobile/base.src.in b/config/mobile/base.src.in
index 8eca4b8f0..b950c805c 100644
--- a/config/mobile/base.src.in
+++ b/config/mobile/base.src.in
@@ -364,6 +364,12 @@ group "Elm_Config" struct {
value "action" string: "escape";
value "params" string: "";
}
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "BackSpace";
+ value "action" string: "backspace";
+ value "params" string: "";
+ }
}
}
group "Elm_Config_Bindings_Widget" struct {
diff --git a/config/standard/base.src.in b/config/standard/base.src.in
index 37c2cda1b..02344b083 100644
--- a/config/standard/base.src.in
+++ b/config/standard/base.src.in
@@ -361,6 +361,12 @@ group "Elm_Config" struct {
value "action" string: "escape";
value "params" string: "";
}
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "BackSpace";
+ value "action" string: "backspace";
+ value "params" string: "";
+ }
}
}
group "Elm_Config_Bindings_Widget" struct {