elig0n / Switcheroo

The humble incremental-search task switcher for Windows. With my own extensions
https://www.switcheroo.io
GNU General Public License v3.0
54 stars 10 forks source link

better(?) behavior when shortcut is pressed multiple times #32

Open mkq opened 2 years ago

mkq commented 2 years ago

When invoked with a custom shortcut (not Alt+Tab), and that shortcut is a modifier+nonModifier as usual, pressing nonModifier again just closes Switcheroo, which can already be done with Esc.

I'd suggest one or (customizable) both of these alternative behaviors:

  1. just like Alt+Tab, i.e. cycle on each repeated nonModifier press (in reverse order if Shift is also pressed, unless modifier is already Shift) and switch on modifier release;
  2. immediately hide Switcheroo and switch to first non-current window; repeated nonModifier presses toggle between two MRU windows.