WIP: Quick Alt+Tab Window Switching#241
Closed
jepotter1-archive wants to merge 14 commits into
Closed
Conversation
Contributor
|
@JWinnie is this ready for review, or still in progress? |
Author
|
This patch is abandoned since I don't use elementaryOS anymore and I don't know of any way to test this from my current environment. I'm very sorry. Maybe someone else can take this patch up. |
Author
|
What I recall is that the quick window switching worked but a random window flickers for a few milliseconds before you get to the right window. I was never able to figure out the reason behind the flickering. However, the patch can be merged if the merge conflicts are solved and you don't mind the flickering. |
Author
|
Superseded by #1234. |
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.
Fixes #236.
Adds a timeout to the Alt+Tab animation and cancels the timeout on
close(). That way the animation doesn't show until you hold down Alt+Tab for some time, so you can quickly switch between windows without an annoying animation.This pull request is not ready for review. A random window is flickering in front before the correct window is shown if I disable window dimming. Does anyone know what is causing this? The window dimming part is critical to solving #236. @donadigo