kRPC: Control the game using C#, C++, Java, Lua, Python...

kRPC: Control the game using C#, C++, Java, Lua, Python...

7.8k Downloads

Add functionality to send arbitrary key strokes to the game

djungelorm opened this issue ยท 2 comments

commented

Title says it all...

Would be useful for interacting with partless mods that add new key shortcuts.

commented

Duplicate of #148

commented

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?)