Yup, that's fine. I didn't mean for it to go straight into production, but I wanted some feedback on how that functionality could work. I like the idea of having each auto type sequence be an extra entry for each search item (and I agree, you don't need dynamic text entry at this stage) although I'm worried that would create a huge list if you had a lot of matching entries. What if you could hit tab, and it would expand your currently selected entry into a list of entries with alternate auto-type...
Yeah that's fair. And yes, I definitely copied that code. I may try and rewrite one out of a windows form textbox and label after work today. The jankiness is just that it's hard to scroll through the autocomplete list in the auto-type sequence text box. It might just need keylisteners for Up, Down and Tab (you only really need Shift-Tab at that point to keep working since the only thing to do is to go back up to the search box). I'll take a look after work today.
Whoops, sorry about the patch. I think there was an extra commit in there that just had some changes to my vs project files due to verison differences. I meant to rebase it to the end of master so the patch wouldn't be based off of it, but I forgot. That's probably why the patch didn't work. There's still a few tweaks I was hoping to get in, that patch was more proof of concept. The autotype entry box on the main search window is a little janky with the autocomplete, I think it could use a couple...
Use custom autotype sequence with selected entry