pywinauto/pywinauto

TypeKeys doesn't work for GTK controls. Alphanumeric chars are not typed.

Open

#17 opened on May 25, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (4,425 stars) (654 forks)batch import
auto-migratedbughelp wanted

Description

What steps will reproduce the problem?
1. Use some GTK controls. I used Open file dialog in MonoDevelop
2. Assume cursor is in the path editbox. Editbox text contain "zxxy". Cursor is 
between z and x.
3. do mydlg.TypeKeys("{RIGHT}a+bc{RIGHT}")

What is the expected output? What do you see instead?
Editbox text now contain "zxBxy", cursor is between x and y. Chars a and c were 
not typed in.

What version of the product are you using? On what operating system?
Python 2.7 win/x86
Win7 Home Premium x64

Please provide any additional information below.

Original issue reported on code.google.com by SergeiKu...@gmail.com on 13 Feb 2013 at 12:44

Contributor guide