hdlx / AltAppSwitcher

Alternative application switcher for Windows
MIT License
55 stars 4 forks source link

Request: alt-tilde act like command-tilde #16

Open crispearson opened 2 months ago

crispearson commented 2 months ago

On Mac, pressing command-tilde after pressing command-tab while still holding command, cycles the selection in the opposite direction. I'd love this functionality in AltAppSwitcher. I tried adjusting the config.txt but didn't get it to work in this way. Possibly doing something wrong.

hdlx commented 2 months ago

I did not know about this behavior, your not doing it wrong, it can't indeed be achieved with the current "invert order" key implementation (left shift by default). I'll check on Mac and try to add something like this, maybe trough an option. Thanks for the feedback!

crispearson commented 2 months ago

Thanks, that would be great!

Another aspect of how the Mac switcher works: pressing escape closes the switcher and doesn't switch or close any windows or apps.

hdlx commented 1 month ago

It should be good in the last update 🙂

crispearson commented 1 month ago

It should be good in the last update 🙂

Thank you so much!