I'm not sure if this has been asked before, but I can't seem to use eKeyCtrlV in on_key_press at all. Is this reserved specifically for displaying the version info, or is there a work-around for using eKeyCtrlV?
I can confirm this; Ctrl-V is always intercepted and will display game info, even without the default line in on_key_press.
There's no other way I can see to react to Ctrl-V; IsKeyPressed() doesn't support key combinations.
Bugger. Oh well, thanks for the confirmation.
I suppose this should be considered an engine bug?