Add functionality to send arbitrary key strokes to the game
djungelorm opened this issue ยท 2 comments
Title says it all...
Would be useful for interacting with partless mods that add new key shortcuts.
Duplicate of #148
This is hard to do in a cross-platform way. It is not possible natively in C# using Unity. The only way seems to be to use win32 API on Windows to create a keyboard event, and X server calls on Linux to do similar. I don't know how this would work on Mac or a non-X based Linux system (if such a system can even run KSP?)