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

Can you make it more like Mac's Context window switcher #113

Open michaelsoros opened 6 years ago

michaelsoros commented 6 years ago

Dear kvakulo,

I love switcheroo but think there is still room for improvement.

  1. After I select a row, I have to press enter to switch to it. Can you make the switching happen after releasing the Ctrl+Tab key combo?

  2. Can you specify a number for each row, so that a ctrl+number and go to the corresponding window;

Regards, michaelsoros

elig0n commented 6 years ago
  1. If you use Alt+Tab you can leave alt pressed and use Tab and Left-Shift+Tab to move through the rows back and forth and when releasing Alt it will auto switch. See in the Options: image

  2. I have implemented alt+0...9 key shortcuts along with full numerical mode which visually enumerates the entire list and lets you enter a row number instead of an App name to move to it , then you can use Enter to switch to it. They are both in the Pull requests. See: https://github.com/kvakulo/Switcheroo/pull/103 https://github.com/kvakulo/Switcheroo/pull/107 https://github.com/kvakulo/Switcheroo/pull/110