diff --git a/bin/version.txt b/bin/version.txt index e209d909c..f8a198132 100644 --- a/bin/version.txt +++ b/bin/version.txt @@ -1 +1 @@ -1515189291 +1515522829 diff --git a/resources/config/vrcompositor_bindings_touch.json b/resources/config/vrcompositor_bindings_touch.json index e04efb80b..4ba39f66f 100644 --- a/resources/config/vrcompositor_bindings_touch.json +++ b/resources/config/vrcompositor_bindings_touch.json @@ -31,11 +31,11 @@ }, { "action": "/actions/lasermouse/in/Back", - "source": "/user/hand/primary/input/grip/click" + "source": "/filters/primary_grip_lasermouse/result" }, { "action": "/actions/lasermouse/in/Home", - "source": "/user/hand/primary/input/application_menu/click" + "source": "/user/hand/primary/input/a/click" }, { "action": "/actions/lasermouse/in/SwitchLaserHand", @@ -115,6 +115,13 @@ "input" : "/user/hand/secondary/input/trigger/value", "output" : "result" }, + { + "name" : "primary_grip_lasermouse", + "type" : "boolean_threshold", + "action_sets" : [ "/actions/lasermouse" ], + "input" : "/user/hand/primary/input/grip/value", + "output" : "result" + }, { "name" : "screenshot_chord", "type" : "boolean_and",