summaryrefslogtreecommitdiff
path: root/config/mobile/base.src
diff options
context:
space:
mode:
Diffstat (limited to 'config/mobile/base.src')
-rw-r--r--config/mobile/base.src35
1 files changed, 35 insertions, 0 deletions
diff --git a/config/mobile/base.src b/config/mobile/base.src
index 622e2d65d..19c5bcba7 100644
--- a/config/mobile/base.src
+++ b/config/mobile/base.src
@@ -1439,5 +1439,40 @@ group "Elm_Config" struct {
}
}
}
+ group "Elm_Config_Bindings_Widget" struct {
+ value "name" string: "Elm_Video";
+ group "key_bindings" list {
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "Left";
+ value "action" string: "move";
+ value "params" string: "left";
+ }
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "KP_Left";
+ value "action" string: "move";
+ value "params" string: "left";
+ }
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "Right";
+ value "action" string: "move";
+ value "params" string: "right";
+ }
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "KP_Right";
+ value "action" string: "move";
+ value "params" string: "right";
+ }
+ group "Elm_Config_Binding_Key" struct {
+ value "context" int: 0;
+ value "key" string: "space";
+ value "action" string: "play";
+ value "params" string: "";
+ }
+ }
+ }
}
}