erase-hup / autokey

Automatically exported from code.google.com/p/autokey
GNU General Public License v3.0
0 stars 0 forks source link

Enter Key Doesn't work with list_menu #213

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I tried using following code:
choices = ["test1", "test2"]
retCode, profile = dialog.list_menu(choices,title="Chose Profile")

Now try using enter key. Enter key don't press OK button. 

What is the expected output? What do you see instead?
OK button should be default choice. Pressing on Enter key it should return. 

What version of the product are you using? On what operating system?
AutoKey (GTK UI) 0.71.2

Please provide any additional information below.

Original issue reported on code.google.com by goelvive...@gmail.com on 29 Jul 2012 at 12:17