Hi,
I have a huge problem understanding how the Keyboard plugin detects which character is typed.
In my example, I have a [TextBox] and an [Input Text Box].
I use a french keyboard with characters like 'é', 'è', 'ç', etc.
FRENCH KEYBOARD
I'm just trying to detect the character 'é' which is on the same key as the character '2' on the French keyboard.
The '2' is triggered when CAPS are on, and if not, it is the 'é' that is displayed.
STEPS TO REPRODUCE THE STRANGE BEHAVIOUR
* USING ONLY THE TEXT BOX*
When I put the focus on the Input Text Box, I can type the character 'é' without any problems inside the Input Text Box.
* USING ONLY THE TEXT BOX*
Now, I put the focus out of the Input Text Box.
I added an event on the Keyboard and the Text Box.
Every time I type something, the character is displayed in the Text Box.
So, I type the same character 'é' but I only get the character '2' and NEVER the character 'é' which is the one I'm typing. (I'm not using any CAPS on)
Here is the capx to test:
https://dl.dropboxusercontent.com/u/22785599/Html%20Projects/InconsistentKeyboardBehavior.capx
Could someone help me understand this please ?