Skip to content
Snippets Groups Projects
Unverified Commit e7d5c124 authored by juan-bobo's avatar juan-bobo Committed by GitHub
Browse files

Merge pull request #254 from mozilla/change-vive-trigger-mapping

Remove action_primary actions from vive triggers.
parents 181dccf7 0a5e753d
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,8 @@ const config = {
gripup: ["action_release", "middle_ring_pinky_up"],
trackpadtouchstart: "thumb_down",
trackpadtouchend: "thumb_up",
triggerdown: ["action_primary_down", "action_grab", "index_down"],
triggerup: ["action_primary_up", "action_release", "index_up"]
triggerdown: ["action_grab", "index_down"],
triggerup: ["action_release", "index_up"]
},
"oculus-touch-controls": {
joystick_dpad4_west: {
......@@ -127,8 +127,8 @@ const config = {
},
hud: {
"vive-controls": {
triggerdown: { right: "action_ui_select_down" },
triggerup: { right: "action_ui_select_up" }
triggerdown: ["action_grab", "index_down"],
triggerup: ["action_release", "index_up"]
},
"oculus-touch-controls": {
abuttondown: "action_ui_select_down",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment