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

Merge pull request #216 from mozilla/change-vive-hand-mapping

Remove index finger animation from grip button on vive
parents c9875f7a 6a181aae
No related branches found
No related tags found
No related merge requests found
...@@ -46,8 +46,8 @@ const config = { ...@@ -46,8 +46,8 @@ const config = {
trackpadup: { right: "action_teleport_up" }, trackpadup: { right: "action_teleport_up" },
menudown: "thumb_down", menudown: "thumb_down",
menuup: "thumb_up", menuup: "thumb_up",
gripdown: ["action_grab", "middle_ring_pinky_down", "index_down"], gripdown: ["action_grab", "middle_ring_pinky_down"],
gripup: ["action_release", "middle_ring_pinky_up", "index_up"], gripup: ["action_release", "middle_ring_pinky_up"],
trackpadtouchstart: "thumb_down", trackpadtouchstart: "thumb_down",
trackpadtouchend: "thumb_up", trackpadtouchend: "thumb_up",
triggerdown: ["action_grab", "index_down"], triggerdown: ["action_grab", "index_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