Hi,
i have some comboboxes in my app with a long list of items (ordered by displayed text in the popup menu), and sometimes be able to type the initial character of an item and get repositioned to the first item with that initial would be cool, and also i don’t think it will be difficult.
To explain better, when you have a combobox with a popup menu with countries and you open the popup menu, if you press “I” on the keyboard, you will be cyclically repositioned to “Italy”, “India”, “Indonesia”, … This is common in comboboxes of all frameworks out there… Qt, Gtk, Win32, and so on…
Any chance to have this implemented ?