I've been having trouble with libjcsi. I'm getting keyboard input via the inkey() method:
CharKey key = csi.inkey()
From this you can get the inputted character's code (key.code). The problem is many keys are giving the same code 116 rather than the code their supposed to. For example, CharKey.PLUS is 55, but the key.code i get when using either plus on the keyboard is 116. Any ideas on what my issue is? Many other keys return the same thing, 116.