Skip to content

Commit

Permalink
1515522829 | 2 files | M bin/version.txt, M resources/config/vrcompos…
Browse files Browse the repository at this point in the history
…itor_bindings_touch.json

https://steamdb.info/patchnotes/2424007/
  • Loading branch information
SteamTracker committed Jan 9, 2018
1 parent 9a6521b commit 5538ee7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/version.txt
@@ -1 +1 @@
1515189291
1515522829
11 changes: 9 additions & 2 deletions resources/config/vrcompositor_bindings_touch.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5538ee7

Please sign in to comment.