Skip to content
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

fix(tiling): Prevent moving pointer if pointer is already in window #800

Merged
merged 1 commit into from
Dec 31, 2020

Conversation

mmstick
Copy link
Member

@mmstick mmstick commented Dec 30, 2020

This is useful for stopping a pointer from continually moving back to the top left in a stacked arrangement

Closes #792

@mmstick mmstick requested review from a team December 30, 2020 15:52
Copy link
Member

@jacobgkau jacobgkau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regression testing passed:
shell-pr800-groovy.txt
shell-pr800-focal.txt

Confirmed this fixes #792 (just to clarify, the cursor will still jump to the top-left of the stack if the cursor is outside of the stack when the window is switched.)

@mmstick mmstick merged commit c97b9b2 into master Dec 31, 2020
@mmstick mmstick deleted the pointer branch December 31, 2020 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cursor jumping to top left of stacked windows when using shortcut to switch
2 participants