mirror of https://github.com/wayvr-org/wayvr.git
Revert "fix bindings for wmr controllers"
This reverts commit 285f6db134.
This commit is contained in:
parent
b0bbc25083
commit
b89ae4726c
|
|
@ -261,11 +261,11 @@
|
||||||
right: "/user/hand/right/input/thumbstick/x"
|
right: "/user/hand/right/input/thumbstick/x"
|
||||||
},
|
},
|
||||||
show_hide: {
|
show_hide: {
|
||||||
left: "/user/hand/left/input/menu/click",
|
left: "/user/hand/left/input/system/click",
|
||||||
},
|
},
|
||||||
space_drag: {
|
space_drag: {
|
||||||
double_click: true,
|
double_click: true,
|
||||||
right: "/user/hand/left/input/menu/click",
|
right: "/user/hand/left/input/system/click",
|
||||||
},
|
},
|
||||||
click_modifier_right: {
|
click_modifier_right: {
|
||||||
left: "/user/hand/left/input/trackpad/dpad_up",
|
left: "/user/hand/left/input/trackpad/dpad_up",
|
||||||
|
|
@ -305,11 +305,11 @@
|
||||||
right: "/user/hand/right/input/thumbstick/x"
|
right: "/user/hand/right/input/thumbstick/x"
|
||||||
},
|
},
|
||||||
show_hide: {
|
show_hide: {
|
||||||
left: "/user/hand/left/input/menu/click",
|
left: "/user/hand/left/input/system/click",
|
||||||
},
|
},
|
||||||
space_drag: {
|
space_drag: {
|
||||||
double_click: true,
|
double_click: true,
|
||||||
right: "/user/hand/left/input/menu/click",
|
right: "/user/hand/left/input/system/click",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue