Making the command closeAllExplorers close all except the last focussed#132
Open
paul-dab wants to merge 1 commit intoTaranVH:masterfrom
Open
Making the command closeAllExplorers close all except the last focussed#132paul-dab wants to merge 1 commit intoTaranVH:masterfrom
paul-dab wants to merge 1 commit intoTaranVH:masterfrom
Conversation
Author
|
Forgot to comment. |
Owner
|
very cool -- i haven't had the time / energy to look into this yet and
merge it, but it's on my list! thanks for your contribution.
…On Sat, Aug 22, 2020 at 8:13 PM paul-dab ***@***.***> wrote:
Forgot to comment.
I found that I could close all explorer windows if we don't use ahk_group
for this function and instead get a list of the ahk_id's then only close
the windows with each individual ahk_id except for the first we received
from WinGet
Autohotkey doesn't give us an ability to remove individual windows from a
group. There is an extended method using alternate methods to create the
group initially but it didn't work well (at all) for me and I don't trust
using it for long if these extended functions stop working.
This method by creating an array of ahk_id's can probably be used for the
other functions where you want to manipulate window focus in other ways -
for example activate windows in reverse order.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#132 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD2MGXYVZN4272O2KCSV7KLSCCCN5ANCNFSM4QINOAYQ>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.