From 900a0f7f086bea0b4d6f0e8be8759ce5bb08fdf6 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Tue, 5 Jan 2016 09:16:44 -0800 Subject: [PATCH] Trigger selection is too twitchy --- interface/resources/controllers/standard_navigation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/controllers/standard_navigation.json b/interface/resources/controllers/standard_navigation.json index c3b30e8607..208970f030 100644 --- a/interface/resources/controllers/standard_navigation.json +++ b/interface/resources/controllers/standard_navigation.json @@ -11,7 +11,7 @@ { "from": "Standard.DR", "to": "Actions.UiNavLateral" }, { "from": "Standard.LB", "to": "Actions.UiNavGroup","filters": "invert" }, { "from": "Standard.RB", "to": "Actions.UiNavGroup" }, - { "from": [ "Standard.A", "Standard.X", "Standard.RT", "Standard.LT" ], "to": "Actions.UiNavSelect" }, + { "from": [ "Standard.A", "Standard.X" ], "to": "Actions.UiNavSelect" }, { "from": [ "Standard.B", "Standard.Y", "Standard.RightPrimaryThumb", "Standard.LeftPrimaryThumb" ], "to": "Actions.UiNavBack" }, { "from": [ "Standard.RT", "Standard.LT" ],