diff --git a/src/systems/userinput/bindings/oculus-touch-user.js b/src/systems/userinput/bindings/oculus-touch-user.js
index 9f475b833472577d1a2447c3ab74a39072ff1797..d7e39357d5b835041f0209ea1bc369dda0f82540 100644
--- a/src/systems/userinput/bindings/oculus-touch-user.js
+++ b/src/systems/userinput/bindings/oculus-touch-user.js
@@ -304,7 +304,7 @@ export const oculusTouchUserBindings = {
     },
     {
       src: [leftGripRisingGrab, leftTriggerRisingGrab],
-      dest: { value: paths.actions.cursor.grab },
+      dest: { value: paths.actions.leftHand.grab },
       xform: xforms.any
     }
   ],
@@ -463,7 +463,7 @@ export const oculusTouchUserBindings = {
     },
     {
       src: [rightGripRisingGrab, rightTriggerRisingGrab],
-      dest: { value: paths.actions.cursor.grab },
+      dest: { value: paths.actions.rightHand.grab },
       xform: xforms.any
     }
   ],