feat(input): add four-finger workspace overview gesture - #2824
Open
abhighansala wants to merge 1 commit into
Open
feat(input): add four-finger workspace overview gesture#2824abhighansala wants to merge 1 commit into
abhighansala wants to merge 1 commit into
Conversation
Add four-finger swipe up to open the workspace overview and swipe down to close it, using the existing WorkspaceOverview system action. Checklist: - [x] I have disclosed use of any AI generated code in my commit messages. - [x] I understand these changes in full and will be able to respond to review comments. - [x] My change is accurately described in the commit message. - [x] My contribution is tested and working as described. - [x] I have read the Developer Certificate of Origin and certify my contribution under its conditions.
Contributor
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.
Add four-finger swipe up to open the workspace overview and swipe down to close it, using the existing WorkspaceOverview system action.
What does this change do?
Adds four-finger vertical swipe gestures for the existing workspace overview:
Why?
COSMIC already provides a workspace overview and supports four-finger touchpad gestures for workspace navigation. This adds the corresponding vertical gesture for opening and closing the existing overview.
Implementation
The gesture is handled in
cosmic-compand uses the existingSystem::WorkspaceOverviewaction, so the compositor does not duplicate any workspace overview UI logic.Testing
Tested locally with:
cargo fmt --checkcargo checkcargo build --releasegit diff --checkFour-finger swipe up/down on the running COSMIC desktop
Existing four-finger horizontal workspace gestures
I have disclosed use of any AI generated code in my commit messages.
I understand these changes in full and will be able to respond to review comments.
My change is accurately described in the commit message.
My contribution is tested and working as described.
I have read the Developer Certificate of Origin and certify my contribution under its conditions.