From fafbede81902d86fe219d00c9b5c4154393d9ff7 Mon Sep 17 00:00:00 2001 From: Ada Date: Fri, 14 Mar 2025 07:14:29 +1000 Subject: [PATCH] Remove unused and outdated Index bindings --- .../resources/controllers/openxr_index.json | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 interface/resources/controllers/openxr_index.json diff --git a/interface/resources/controllers/openxr_index.json b/interface/resources/controllers/openxr_index.json deleted file mode 100644 index 44e1ae0a97..0000000000 --- a/interface/resources/controllers/openxr_index.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "OpenXR Index to Actions", - "channels": [ - { "from": "Index.LeftHand", "to": "Standard.LeftHand" }, - { "from": "Index.RightHand", "to": "Standard.RightHand" }, - { "from": "Index.Head", "to" : "Standard.Head", "when" : [ "Application.InHMD"] }, - - { "from": "Index.LeftPrimaryThumb", "to": "Actions.Down" }, - { "from": "Index.LeftPrimaryThumbTouch", "to": "Standard.LeftPrimaryThumbTouch" }, - { "from": "Index.LeftSecondaryThumb", "to": "Actions.ContextMenu" }, - { "from": "Index.LeftSecondaryThumbTouch", "to": "Standard.LeftSecondaryThumbTouch" }, - - { "from": "Index.RightPrimaryThumb", "to": "Actions.Up" }, - { "from": "Index.RightPrimaryThumbTouch", "to": "Standard.RightPrimaryThumbTouch" }, - { "from": "Index.RightSecondaryThumb", "to": "Actions.Sprint" }, - { "from": "Index.RightSecondaryThumbTouch", "to": "Standard.RightSecondaryThumbTouch" }, - - { "from": "Index.LY", "to": "Actions.TranslateZ", "filters": ["invert"] }, - { "from": "Index.LX", "to": "Actions.TranslateX" }, - { "from": "Index.RY", "to": "Standard.RY" }, - { "from": "Index.RX", "to": "Standard.RX" }, - { "from": "Index.LS", "to": "Standard.LS" }, - { "from": "Index.RS", "to": "Actions.CycleCamera" }, - { "from": "Index.LSTouch", "to": "Standard.LSTouch" }, - { "from": "Index.RSTouch", "to": "Standard.RSTouch" }, - - { "from": "Index.RT", "to": "Standard.RT" }, - { "from": "Index.LT", "to": "Standard.LT" }, - { "from": "Index.RTClick", "to": "Standard.RTClick" }, - { "from": "Index.LTClick", "to": "Standard.LTClick" }, - - { "from": "Index.LeftPrimaryIndexTouch", "to": "Standard.LeftPrimaryIndexTouch" }, - { "from": "Index.RightPrimaryIndexTouch", "to": "Standard.RightPrimaryIndexTouch" } - ] -}