69 views
in GUI Development by
When I try Core::KeyCode.AlphaOrDigitKeys as key filter, it will accept only English letters and numbers. I want to accept letters of any language and numbers. Please help me on the same.

1 Answer

0 votes
by

Hello Thanseer,

the value Core::KeyCode.AlphaOrDigitKeys as key filter represents the alpha-numeric signs = Latin and Arabic characters representing the numbers 0 - 9, the letters A - Z (both uppercase and lowercase). To receive any characters configure the filter with the value Core::KeyCode.CharacterKeys. See also Core::KeyCode.

Best regards

Paul Banach

Embedded Wizard Website | Privacy Policy | Imprint

...