-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AlwaysOnTop windows always show up at the top of the list #51
Comments
Mmmh, it should be in the same order, I use win+/ and then I simply press enter (it automatically highlights the second window) to do what you are saying. Maybe it's not dying this when running as admin? |
Please look at this screen cast
|
Mmmmh, that's interesting, I understand what you mean now. Thanks for the screencast, that was a very good idea :) By the way, is it really badly centered, or is it because Snagit does not take the whole screen? I quickly checked with Conemu (which can be made AlwaysOnTop optionally), and by some black magic, in the native Alt + Tab actually behaves fine (it's not always showing up first)... I'm using https://msdn.microsoft.com/en-us/library/windows/desktop/ms633497(v=vs.85).aspx which actually only follows Z order, rather than last-used. My best idea is to add a setting that would move all topmost windows at the top of the list, even though I'd prefer getting the same list as Alt + Tab if that was possible. So:
Feel free to suggest a PR if you have some time :) |
yeah Snagit not centered Ok if I start first coding I ll let you know please do the same |
It will be really cool if we could use gotowindow instead of original Windows alt+tab implementation because is much faster however the enumrated windows order does not much the original windows list order. This could work for example as:
I hope I make some sense :)
The text was updated successfully, but these errors were encountered: