Disabling/Changing "Select" voice command in a MRTK Unity HoloLens 2 Application
I'm developing a HoloLens 2 application in Unity that uses MRTK. I would like to use the "Select" keyword for a custom voice command register. However, if I use the keyword "Select", it is overridden by the default HoloLens 2 voice command. A little "Select" icon will pop up and the app will simulate a finger tap, and my custom voice command won't execute. I was curious if it were possible to disable the default "Select" voice command so that I can use this keyword for my custom feature? If not, is there a way to switch out the keyword so that I can use "Select" and the default command uses a different word?
I've already tried removing the voice command from the MRTK profile in the Unity inspector and removing it from objects in my scene, but it seems that it didn't do anything.