lokeshgovindu / AltTab

AltTab is a small application created in C++, Win32, is an alternative for windows native task switcher (Alt+Tab / Alt+Shift+Tab).
https://lokeshgovindu.github.io/AltTab/
MIT License
10 stars 2 forks source link

Issue & Bug with Ctrl Alt Tab #2

Open j-a-s-o-n-g opened 7 months ago

j-a-s-o-n-g commented 7 months ago

From what I am experiencing, CTRL+ALT+Tab shows all processes with a persistent window which allows you to search with the keyboard, right? However it isn't currently showing all of the processes. You can also navigate upwards but it doesn't show everything. It's kind of a buggy version of the normal alt-tab. You can discover hidden windows if you start typing titles that exist that aren't currently in the list.

BUG: Also using this shortcut, the window doesn't disappear after clicking other windows or lost focus.

Otherwise, I really enjoy this application and wish for it's success. It's a lot like Contexts for the mac.

lokeshgovindu commented 7 months ago

Hi Jasong, Please share some screenshots if possible. BUG: Also using this shortcut, the window doesn't disappear after clicking other windows or lost focus. It was available in older version but intentionally disabled in 2024.4, it's causing AltTab window to disappear frequently. I'll fix this in next version. Thank you.