I use the following command to lock a keystroke to a function
Code:
on_2 = freeCamera;
How do I trap an extended keystroke combination like ctrl-a or alt-c? I know how to check for it but can't see how to use it like above. Any help is greatly appreciated.