Hi,
odd behaviour here with shortcuts. I have set up a comprehensive profile for Elite that uses a structure whereby a core Command (lets call it Command_A) is designed to respond to keyboard or joystick input only, and then I can call Command_A from a separate speech rec command (lets call that Command_SR). I use a global variable to denote if I've called Command_A from speech or not.
When I call the Command_A from Command_SR it all works fine.
When I press the shortcut key, the key works in Elite but fails to trigger Command_A. I therefore assume that the key press is intercepted by Elite first so VA can't see it.
Now before you ask, the reason for all this nonsense is because when I trapped the shortcut key presses in VA, I couldn't enter text into the Elite text fields for maps etc, so my logic was to let the key press pass through VA to Elite.
Whats odd is that about 10% of the time it actually works as intended. Anyone got any ideas on how to force this?
Attached is a sample command.
Thanks.