summaryrefslogtreecommitdiff
path: root/config/standard/base.src
diff options
context:
space:
mode:
Diffstat (limited to 'config/standard/base.src')
-rw-r--r--config/standard/base.src29
1 files changed, 29 insertions, 0 deletions
diff --git a/config/standard/base.src b/config/standard/base.src
index 4930b0eef..c74ee8f66 100644
--- a/config/standard/base.src
+++ b/config/standard/base.src
@@ -409,6 +409,35 @@ group "Elm_Config" struct {
}
}
group "Elm_Config_Bindings_Widget" struct {
+ value "name" string: "Elc_Multibuttonentry";
+ group "key_bindings" list {
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "BackSpace";
+ value "action" string: "delete";
+ value "params" string: "";
+ }
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "Delete";
+ value "action" string: "delete";
+ value "params" string: "";
+ }
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "KP_Enter";
+ value "action" string: "enter";
+ value "params" string: "";
+ }
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "Return";
+ value "action" string: "enter";
+ value "params" string: "";
+ }
+ }
+ }
+ group "Elm_Config_Bindings_Widget" struct {
value "name" string: "Elc_Popup";
group "key_bindings" list {
group "Elm_Config_Binding_Key" struct {