kvakulo / Switcheroo

The humble incremental-search task switcher for Windows
www.switcheroo.io
GNU General Public License v3.0
789 stars 122 forks source link

Numerical access #87

Closed elig0n closed 6 years ago

elig0n commented 6 years ago

ALT + 0-9 key access to processes. i.e: ALT+1 goes to the first window ... ALT+0 goes to the tenth window.

Maybe consider that for all windows. Like maybe enable the user to press some key which will then allow only numerical input so then he could type i.e.: 78 ENTER to switch directly to the 78th window on the list. The numbers would appear next to each app title. I find that very useful especially when I have a lot of windows open , plus it's more easier than writing a partial title . Could be ticked as default way to search in Options too, for example.

P.S. When I wrote that I've also added numberical listing to the first 1-10 FormattedTitle's but it only appeared in the first invocation of the program and won't show up in further ALT+TAB's. I'm guessing It must be erased by TextChanged()...?

Thanks

elig0n commented 6 years ago

It should be ready now