Hi, New project with new FMain: PUBLIC SUB Form_KeyPress() PRINT Key.Code, Key.Text END In run-time, when I press a key, eg. 'a', I get: 97 a 97 a Gambas 2.22, Fedora 14 I want to know if it's a bug?. If it's a bug, it will be fixed, so I wait. But if it's a feature, I have to change some code.. Best regards.