rghtCtrl key code differen from keys.rightCtrl?
Wojbie opened this issue ยท 6 comments
There is bug report:
http://www.computercraft.info/forums2/index.php?/topic/21188-cc165smpssp-invalid-value-in-keysrightctrl/
Hoover when testing in latest cc error seems to be opposite for me and Bomb Blocke like in the post.
Is it some weird keyboard magic OR real issue?
The key codes are based on the Minecraft/lwjgl key codes here: http://minecraft.gamepedia.com/Key_codes
If they're incorrect, it's an LWJGL bug.
So according to that page rightCtrl is 157 like for me and Bomb bloke.
But keys.rightCtrl reports 153
So keys.rightCtrl is set wrong then?
You're right, the original bug was incorrectly reported. FIxing the actual bug now.