google / gxui

An experimental Go cross platform UI library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

at sign "@" unsupported

thesyncim opened this issue · comments

Unsupported where?

Textbox, portuguese keyboard.
thanks

@thesyncim I am using gxui with a portuguese keyboard and the "@" works without any problems. I am not using the textbox component (writing a new textarea from the ground-up) but the KeyPress events is triggered with the right values. My "@" is typed by pressing "Shift+2".

One problem that I noticed is how deadkeys are handled. In my case typing the "" plus "a" don't result in "ã" but instead triggers two keypress events one with the "" code and another with the "a" code. Your problem might be related to it.

Using Fedora22 here.