I have created a keyboard bkd file that includes keys for symbol characters, however, only some of the keys are working.
The keyboard contains buttons for the following symbols:
! " £ $ € % ^ & ( )
+ - * = _ [ ] { }
' , # / \ ? : ; . @
When pressing each button in turn the text control on the form only contains the following:
'()=-=[],:.
Note that most buttons do nothing, the " button displays ' and the + button displays =
Each button has the Name and CustomText set to the symbol character (type = Button, SpecialKey = None, MappedKey = None)
Any ideas what the problem might be?
Thanks,
Barry.