I was trying to figure out if I can toggle on/off the state of my gyro by pressing the left trigger. Since I also want to for the actual left trigger button to be pressed, it seems like there isn't a way to do this since the 'combo' interface doesn't allow for adding rewasd commands? Or am I missing something? Let me explain my usage case:
I have they Gyro 'off' by default, as I don't want the input by default.
When I press the touchpad, I have the 'tap' press event set to 'enable' the gyro', and the release button set to 'disable the gyro'. Since the tap event doesn't have any assignment, it's fine.
I also want to enable the gyro if I press the left trigger. However, if I set the button to 'enable' the gyro, then I can't use the left trigger button anymore. The obvious solution would be a combo that does both things, but there doesn't seem to be a way to add the gyro on/off command to the combo interface.
I thought about doing this with shift modifiers, but the problem is that I can't really enter a shift layer yet with the 'tap' event (although I just read that you might be working on this). Since my gyro is off by default to support the touchpad tap use, then I need a way to turn it on when going to the shift layer, but I just don't see a way to trigger this action simultaneously with the left trigger.
Am I missing something here?
I have they Gyro 'off' by default, as I don't want the input by default.
When I press the touchpad, I have the 'tap' press event set to 'enable' the gyro', and the release button set to 'disable the gyro'. Since the tap event doesn't have any assignment, it's fine.
I also want to enable the gyro if I press the left trigger. However, if I set the button to 'enable' the gyro, then I can't use the left trigger button anymore. The obvious solution would be a combo that does both things, but there doesn't seem to be a way to add the gyro on/off command to the combo interface.
I thought about doing this with shift modifiers, but the problem is that I can't really enter a shift layer yet with the 'tap' event (although I just read that you might be working on this). Since my gyro is off by default to support the touchpad tap use, then I need a way to turn it on when going to the shift layer, but I just don't see a way to trigger this action simultaneously with the left trigger.
Am I missing something here?
Comment