Hello everyone,
I'm using Construct 3 to develop a web application that requires keyboard input. I am using the Turkish Q keyboard layout. I encountered a problem with the key corresponding to the letter "I" in Turkish.
When the I key is pressed in the Chrome browser, it sends the "I" code. When the i key is pressed, it sends the "#" code. So I wrote the program accordingly and it works as I want. However, when the I or İ key is pressed in the Firefox browser, it sends the "I" code. In this way, both keys do the same job. For this reason it doesn't work as I want.
How can I fix this problem?