Hey folks,
I'm trying to redo my keybindings using the variable key presses function, but I've run into a slight problem.
With certain keybinds (as in star citizen), holding down a key might do something entirely different than just pressing and releasing. For example, pressing "G" cycles your countermeasures, but Holding "G" launches them. It seems that the variable key press mode doesn't have a way to do that currently.
Example code:
Set Text [test_key] to 'e'
Press variable key(s) [test_key] and hold for 5 seconds and release
When I execute this command, it doesn't hold the Q key like I would expect, and I get the result of simply pressing the key once, despite having the command press and hold for 5 seconds.
This could be pushing the variable key presses function beyond its limits. Any thoughts/suggestions?