Michail
Michail
Hello! @jgmdev , you can use code sample given the link above. Just copy/paste these symbols into editor area and see console output. Or you can modify function from example...
Here is modified styledtextctrl.php code to show this issue: ``` php
@halfer , I try, and wxPython haven't this bug. It correctly works with same charactrs and GetText returns right string.
Great module! And must has this feature. I vote for this enchancment
Тестировал в Ubuntu: ``` Keyboard.click(0x66); ``` открывает диалог завершения работы. Когда пробовал ``` Keyboard.click(KEY_POWER); ``` не отзывается. Посмотрел сейчас пример - KEY_POWER (0x01) вызывается через clickSystemKey, наверно мне так следовало...