01-17-2015, 01:38 PM
Hi!
I have a laptop with a bit strage keyboard where both enter keys (the one on alpabetical part of keayboard and the one on numerical part keyboard) acts as numerical enter key.
And this is giving me problems becouse I can't go into a new line when writing ingame programs for robots becouse as it seems the game is expecting vkReturn keayboard message but both keys on my keyboard fire vkEnter keyboard message.
Now I do have a small app that I made myself which registers systemwide keyboard hook that replaces all vkEnter keyboard event messages with vkReturn keyboard messages. But I prefer not using it unless it is apsolutely necessary.
So I would request if the game could be changed a bit so that both vkReturn and vkEnter keyboard messages creates a new line in ingame code editor.
This will be especially usefull for some other pepole who might have similar isues with their keyboard as I do but don't have a workaround available as I do.
I have a laptop with a bit strage keyboard where both enter keys (the one on alpabetical part of keayboard and the one on numerical part keyboard) acts as numerical enter key.
And this is giving me problems becouse I can't go into a new line when writing ingame programs for robots becouse as it seems the game is expecting vkReturn keayboard message but both keys on my keyboard fire vkEnter keyboard message.
Now I do have a small app that I made myself which registers systemwide keyboard hook that replaces all vkEnter keyboard event messages with vkReturn keyboard messages. But I prefer not using it unless it is apsolutely necessary.
So I would request if the game could be changed a bit so that both vkReturn and vkEnter keyboard messages creates a new line in ingame code editor.
This will be especially usefull for some other pepole who might have similar isues with their keyboard as I do but don't have a workaround available as I do.