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

Feature: Open shortcuts via gestures #2380

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Hocuri
Copy link

@Hocuri Hocuri commented Mar 11, 2025

Fix #2068

In the "Settings -> User experience -> Action on * -> Launch... -> Launch..." dialog, this adds pinned shortcuts after apps, so that it's possible to open a shortcut via a gesture.

Tradeoffs and decisions:

  • This PR only allows adding gestures for pinned shortcuts. While it's possible to pin any shortcut, this may not be obvious to the user. The first commit actually allowed adding gestures for any shortcuts, but I doubted that this would work fine from a technical side, because probably there is a reason why it's possible to only add a favorite after pinning a shortcut. Therefore, I removed adding gestures for non-pinned shortcuts in the second commit.
  • This adds shortcuts after apps, without visually distinguishing them.

Screenshot:

Screenshot_20250311-133718

In the screenshot, the last four entries are the shortcuts I have pinned.

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.

Allow shortcuts to be opened via gestures
1 participant