Draft of app switching based on the taskbar order #2214
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.
Hi,
I am trying to draft a solution for #2163
It is at a very early stage and I unfortunately have an issue so I was wondering if I could ask for a little bit of help because the logic of the process is lost to me. I have ungrouped windows, so every window is a separate entry in the taskbar. The code that I have written works without issues on windows of differents apps, so for example if I have open
Firefox, Terminal, File manager, Sublime Text
then if would switch back and forth correctly, no issues there. However, if I have several windows of the same app, for example,Terminal w1, Terminal w2, Terminal w3
it would sometimes jump between windows in a wrong order, for example if I click left fromw3
it would sometimes switch tow1
instead ofw2
.The main logic is in linearSwitcher.js
Thank you for the help and sorry for taking your valuable time!